Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/staysail/nova-c

C support for Nova using Tree-Sitter
https://github.com/staysail/nova-c

Last synced: about 2 months ago
JSON representation

C support for Nova using Tree-Sitter

Awesome Lists containing this project

README

        

# C Syntax for [Nova][Nova]

More information about the plugin can be found in the
`C.novaextension` directory.

## Building

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.

1. git clone https://github.com/tree-sitter/tree-sitter-c
2. ./compile.sh ./tree-sitter-c /Applications/Nova.app
3. cp build/*.dylib ./C.novaextension/Syntaxes

[Nova]: https://nova.app "Nova website"
[TreeSitter]: https://tree-sitter.github.io