C Syntax for Nova
More information about the plugin can be found in the
C.novaextension
directory.
If you want to build this, you will need the tree-sitter-c repository, and will need to build the parser using the supplied compile.sh and Makefile.
- git clone https://github.com/tree-sitter/tree-sitter-c
- ./compile.sh ./tree-sitter-c /Applications/Nova.app
- cp build/*.dylib ./C.novaextension/Syntaxes