Releases: rzk-lang/vscode-rzk
Releases · rzk-lang/vscode-rzk
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.3.7
v0.3.5
What's Changed
- Add a bundler to prevent shipping node_modules folder by @aabounegm in #33
Full Changelog: v0.3.4...v0.3.5
v0.3.2
What's Changed
- Prompt installing/updating
rzk
binary from GitHub Releases! (#24) - Add configuration option to specify preferred path to
rzk
(use the one found inPATH
by default). (#24) - Update highlighting via TextMate for some Unicode syntax introduced in
rzk-0.5.2
.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Add a configuration option for the executable path by @aabounegm in #22
- Add an Action to verify that everything compiles by @aabounegm in #23
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
This version introduces improvements to the highlighting:
- Add semantic highlighting via
rzk tokenize
feature in rzk (v0.5 and higher, see rzk-lang/rzk#53) (see #15); - Fix a few issues with TextMate highlighting (see #14)
Full Changelog: v0.2.6...v0.3.0
Contributors: @fredrik-bakke @aabounegm