You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been asked to integrate codemirror into a react app, while providing intellisense and code colorization for an app-specific custom language.
I'm pretty new to codemirror, and after going through the docs for both codemirror and react-codemirror, I'm still not sure how this can be implemented for a react application.
Is there any way I can do this ?
The text was updated successfully, but these errors were encountered:
@sandipan-saha react-codemirror is a wrapper around CodeMirror. If you want to customize a language, it's the same as with CodeMirror—you'll need to create a custom extension.
@sandipan-saha react-codemirror is a wrapper around CodeMirror. If you want to customize a language, it's the same as with CodeMirror—you'll need to create a custom extension.
Hi,
I have been asked to integrate codemirror into a react app, while providing intellisense and code colorization for an app-specific custom language.
I'm pretty new to codemirror, and after going through the docs for both codemirror and react-codemirror, I'm still not sure how this can be implemented for a react application.
Is there any way I can do this ?
The text was updated successfully, but these errors were encountered: