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

https://github.com/flyx/novazig

Zig support for the Nova editor
https://github.com/flyx/novazig

editor-plugin zig

Last synced: 11 months ago
JSON representation

Zig support for the Nova editor

Awesome Lists containing this project

README

          

**Zig** provides support for the [Zig language][1], including:

* syntax highlighting and symbolification via [tree-sitter-zig][2]
* build tasks via `zig build`
* command to format current file via `zig fmt`
* option to enable format on save
* language server via `zls`

## License

MIT

[1]: https://ziglang.org/
[2]: https://github.com/maxxnino/tree-sitter-zig