[Zig](https://ziglang.org/) syntax highlighting for [Sublime Text](https://sublimetext.com/). == **Bringing first class Zig support to Sublime Text!** Note: This is *not* the official package, which is unmaintained. Features -------- - 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](./changelog.md). Auto-install ------------ Search for `ZigUnofficial` on [Package Control](https://packagecontrol.io). Manually -------- 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" ``` Troubleshooting --------------- If syntax highlighting doesn't work, ensure no other Zig packages are installed. This package conflicts with [Zig Language](https://github.com/ziglang/sublime-zig-language).