Skip to content

cookshack/codemirror-lang-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig language support for CodeMirror 6.

Credits

Based on tree-sitter-zig, lang-cpp and the Zig language spec.

Build from source

$ npm i # only needed first time
$ npm run prepare && npm test

Check parser

Test the parser against all files in a dir, recursively:

./bin/chk -e zig -r ~/src/zig/src