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
- Host: GitHub
- URL: https://github.com/flyx/novazig
- Owner: flyx
- License: mit
- Created: 2022-10-30T12:27:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:36:32.000Z (about 3 years ago)
- Last Synced: 2025-02-26T18:24:30.315Z (12 months ago)
- Topics: editor-plugin, zig
- Language: Scheme
- Homepage: https://extensions.panic.com/extensions/org.flyx/org.flyx.Zig/
- Size: 20.5 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README-user.md
- Changelog: CHANGELOG.md
- License: License.md
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