Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.22 KB

Zig syntax highlighting for Sublime Text.

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 "/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.