ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Zig​Unofficial

by aidenfoxivey ST3

Zig language support for Sublime Text.

Details

  • 1.5.6
  • github.​com
  • github.​com
  • 12 months ago
  • 51 minutes ago
  • 12 months ago

Installs

  • Total 424
  • Win 170
  • Mac 112
  • Linux 142
Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29
Windows 0 0 0 1 0 1 0 0 0 0 0 0 1 1 2 2 1 0 0 2 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 2 1 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1
Linux 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 1 1 0 1 1 0

Readme

Source
raw.​githubusercontent.​com

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.