• Sign In



  • Categories

    Extension Details



    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