rhaiscript / vscode-rhai

Rhai language support for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=rhaiscript.vscode-rhai
Mozilla Public License 2.0
19 stars 0 forks source link

Variables named as begin or end are marked as keywords #3

Closed RazrFalcon closed 3 years ago

RazrFalcon commented 3 years ago

Afaik, they are not keywords according to https://rhai.rs/book/language/keywords.html

schungx commented 3 years ago

Yes, will fix.

schungx commented 3 years ago

A new version has been uploaded. Thanks for catching this.