Releases: ziglang/sublime-zig-language
Releases · ziglang/sublime-zig-language
1.5.0
02 Nov 07:10
Compare
Sorry, something went wrong.
No results found
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
15 Apr 03:55
Compare
Sorry, something went wrong.
No results found
compatibility with TextMate added by @aequitas
fixed issue #31
1.4.3
22 Oct 23:35
Compare
Sorry, something went wrong.
No results found
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
17 Oct 18:23
Compare
Sorry, something went wrong.
No results found
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
12 Oct 22:45
Compare
Sorry, something went wrong.
No results found
updated syntax to Zig 0.5.0
fixed several errors with highlighting
1.3.0
26 Jul 18:49
Compare
Sorry, something went wrong.
No results found
improved syntax highlighting
added vscode compatible json output file
1.2.1
07 Jul 20:00
Compare
Sorry, something went wrong.
No results found
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
07 Jul 00:43
Compare
Sorry, something went wrong.
No results found
use updated to usingnamespace
updated escape syntax
format on save
fixed invalid highlighting of enum literals
1.1.0
30 Apr 03:30
Compare
Sorry, something went wrong.
No results found
updated syntax to match spec
added build and format commands
added functionality for toggling comments
fixed various highlighting issues