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
CodeMirror has an easy way to define custom syntax highlighting and indentation rules, written in JavaScript. Looking to vim kframework syntax file, it looks like K syntax is not very complicated, so I think it wouldn't be that hard to just write a new syntax file for CodeMirror in JavaScript(or CoffeeScript).
I'm not sure if using emacs rules directly without writing an elisp interpreter is possible.
@osa1 - Yeah, CodeMirror and Ace may be promising directions to go for this part of the editor. I'll need to mess around with them for a few days and see what works well. Thanks for the suggestion!
Investigate possible syntax highlighting using emacs rules for K.
The text was updated successfully, but these errors were encountered: