codemirror-lang-janet
v0.7.2
Published
Janet language support for CodeMirror
Downloads
1,509
Readme
codemirror-lang-janet
Very minimal language support for Janet.
$ yarn run prepare
$ yarn test
Note that quoted forms are not highlighted correctly, and there are some incorrect parses if you use illegal symbols like 1a
-- that will parse as a number and an identifier, instead of as a single (illegal) identifier.