sublime-zig-language

Zig language support for Sublime Text

MIT License

Stars
85
Committers
13

Bot releases are visible (Hide)

sublime-zig-language - 1.5.0 Latest Release

Published by hovsater almost 3 years ago

  • Removed regex look behinds and switched to faster regexes for Sublime Text
  • Revamped build system to integrate better with Zig
  • Fixed enum syntax highlighting
  • Added variable scopes for identifiers
sublime-zig-language - 1.4.4

Published by emekoi over 4 years ago

  • compatibility with TextMate added by @aequitas
  • fixed issue #31
sublime-zig-language - 1.4.3

Published by emekoi almost 5 years ago

  • fixed issue with spaces after container fields declarations

this release is mostly because linguist seems to release on a ~2 month release schedule, and it's been ~2 months since the last release

sublime-zig-language - 1.4.2

Published by emekoi about 5 years ago

various fixed and improvements with syntax highlighting.

  • fixed issue with struct field initializers being highlighted as enum literals
  • highlight child type of anyframe
  • fixed issues with error union return type highlighting

i swear this is the last release this week

sublime-zig-language - 1.4.1

Published by emekoi about 5 years ago

  • updated syntax to Zig 0.5.0
  • fixed several errors with highlighting
sublime-zig-language - 1.3.0

Published by emekoi about 5 years ago

  • improved syntax highlighting
  • added vscode compatible json output file
sublime-zig-language - 1.2.1

Published by emekoi over 5 years ago

  • added zig.fmt.mode settings option for controlling auto format
  • added zig.build.on_save settings option to enable build on save
  • fixed broken settings menu
  • more cleaning up of the root directory
sublime-zig-language - 1.2.0

Published by emekoi over 5 years ago

  • use updated to usingnamespace
  • updated escape syntax
  • format on save
  • fixed invalid highlighting of enum literals
sublime-zig-language - 1.1.0

Published by emekoi over 5 years ago

  • updated syntax to match spec
  • added build and format commands
  • added functionality for toggling comments
  • fixed various highlighting issues