code editor improvements #768
srliao
started this conversation in
Ideas / Features Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CodeMiror (https://codemirror.net) looks like a good project to be using for this. Is supposed to be mobile friendly and fairly modular.
Only problem is that we need to write a custom parser in order to support syntax highlighting and advanced features (code folding, autocomplete, commenting/uncommenting, etc...)
Some information on it here: https://discuss.codemirror.net/t/writing-a-custom-parser-without-using-lezer-or-streamparser/4692
Beta Was this translation helpful? Give feedback.
All reactions