codemirror-lang-janet (original) (raw)
0.7.2 • Public • Published 2 years ago
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.