Zig syntax highlighting for Sublime Text.
Bringing first class Zig support to Sublime Text!
Note: This is not the official package, which is unmaintained.
- Syntax highlighting for .zig and .zon files
- Support for top-level and regular doc comments
- Up-to-date with VSCode Zig syntax
See a full list of changes in changelog.md.
Search for ZigUnofficial
on Package Control.
Clone this repository to your local Sublime Text folder.
MacOS:
git clone https://github.com/aidenfoxivey/sublime-zig-unofficial "/Users/$USER/Library/Application Support/Sublime Text/Packages/ZigUnofficial"
Linux:
git clone https://github.com/aidenfoxivey/sublime-zig-unofficial ~/.config/sublime-text/Packages/ZigUnofficial
Windows:
git clone https://github.com/aidenfoxivey/sublime-zig-unofficial "%APPDATA%\Sublime Text\Packages\ZigUnofficial"
If syntax highlighting doesn't work, ensure no other Zig packages are installed.
This package conflicts with Zig Language.