Releases: rhaiscript/vscode-rhai
Releases · rhaiscript/vscode-rhai
v0.6.7
Fixed
- Fixed recognition for
..=
(inclusive range) operator.
- Fixed parsing for
|
in switch
case conditions (previously parses as a closure).
- White-spaces no longer highlights.
v0.6.6
Added
- The range operator
..
- Elvis operators.
v0.6.5
This release fixes highlighting of the private
, fn
and Fn
keywords.
v0.6.4
This release removes the following keywords that are no longer reserved: begin
, end
, each
, then
, unless
.
v0.6.3
This release highlights the global
module name, plus works with VS code's new workspace trust.
v0.6.2
This version removes certain floating-point number formats that are not supported in Rhai, for example 123.e2
, .123
.
v0.6.1
Some enhancements and correctness improvements. Tested with Sublime Text.
v0.6.0
This is a rewrite of the syntax highlighting grammar based on a JavaScript template: https://github.com/Benvie/JavaScriptNext.tmLanguage
The reason for choosing JavaScript to start from is because Rhai is extremely similar to JavaScript in syntax.
A .tmLanguage
grammar file is included for Sublime Text as well.