ianthehenry / codemirror-lang-janet

Janet support for CodeMirror 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Janet support for CodeMirror 6

License:MIT License


Languages

Language:TypeScript 71.9%Language:JavaScript 28.1%