@cookshack/codemirror-lang-zig
v0.1.2
Published
Zig language support for CodeMirror 6
Downloads
83
Readme
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