Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 455 Bytes

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