Replies: 1 comment
-
This is how my AceEditor wrapper looks, in case it is helpful to you:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to add a custom mode in my app using react-ace. Now I found lots of issues like #557 (which does not work anymore as there is no longer a ref property), #126 (which does not work because you have to create refs first + there's no ref property).
Could you somehow give me a hint on how to implement this using the current version?
In addition - how are workers supposed to work for custom languages? I mean brace has all this stuff stringified using some arbitrary script. How is this supposed to work for custom workers?
Thanks for this really cool project :-)
Matthias
Beta Was this translation helpful? Give feedback.
All reactions