Zig language support for Sublime Text.
By
aidenfoxivey
Created August 9, 2024, last updated August 2, 2026.
Installations:
recent average 9 per week,
869 in total
Installations minus removals
Upgrades
Links
Versions
1.5.9
(>ST3091)
·
2026-08-02 16:42
More
-
(>ST3091)
1.5.8
·
2025-08-20 19:12
-
1.5.7
·
2025-08-20 18:49
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.
Auto-install
Search for ZigUnofficial on Package Control.
Manually
Clone this repository to your local Sublime Text folder.
MacOS:
git clone https://github.com/aidenfoxivey/sublime-zig-unofficial ~/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.