Skip to content

Releases: rhaiscript/vscode-rhai

v0.6.7

29 May 06:16
Compare
Choose a tag to compare

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

12 Jun 15:08
Compare
Choose a tag to compare

Added

  • The range operator ..
  • Elvis operators.

v0.6.5

02 Mar 01:48
Compare
Choose a tag to compare

This release fixes highlighting of the private, fn and Fn keywords.

v0.6.4

02 Mar 01:47
Compare
Choose a tag to compare

This release removes the following keywords that are no longer reserved: begin, end, each, then, unless.

v0.6.3

22 Jun 15:21
Compare
Choose a tag to compare

This release highlights the global module name, plus works with VS code's new workspace trust.

v0.6.2

13 Apr 05:51
Compare
Choose a tag to compare

This version removes certain floating-point number formats that are not supported in Rhai, for example 123.e2, .123.

v0.6.1

09 Apr 14:27
Compare
Choose a tag to compare

Some enhancements and correctness improvements. Tested with Sublime Text.

v0.6.0

08 Apr 07:00
Compare
Choose a tag to compare

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.

v0.5.1

07 Apr 10:36
Compare
Choose a tag to compare
Fix rules.