Releases: ziglang/sublime-zig-language
Releases · ziglang/sublime-zig-language
1.5.0
- 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
1.4.4
- compatibility with TextMate added by @aequitas
- fixed issue #31
1.4.3
- 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
1.4.2
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
1.4.1
- updated syntax to Zig 0.5.0
- fixed several errors with highlighting
1.3.0
- improved syntax highlighting
- added vscode compatible json output file
1.2.1
- 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
1.2.0
use
updated to usingnamespace
- updated escape syntax
- format on save
- fixed invalid highlighting of enum literals
1.1.0
- updated syntax to match spec
- added build and format commands
- added functionality for toggling comments
- fixed various highlighting issues