Extension Details

- zig
- by Felix Krause
- 8 Recent Installs | 282 Total Installs
- Zig language support
- Repository
- Bug Reports
-
Read Files
-
Launch Subprocesses
-
This extension is allowed to:
Readme
Zig provides support for the Zig language, including:
- syntax highlighting and symbolification via tree-sitter-zig
- 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
Release Notes
Version 0.1.0
Initial release:
- Syntax Highlighting
- Symbolification
- Folding
- Formatting
- Building
- ZLS Language Server