Skip to content

ianthehenry/codemirror-lang-janet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.