Releases: laye-lang/laye-vscode
v0.1.8
Changelog
Bug fixes
- False highlighting of variables inside an expression
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>
v0.1.7
Changelog
Additions
- Invalid numbers are highlighted
Changes
- Base of number is highlighted as keyword
- All numbers support decimals now
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>
v0.1.6
Changelog
Additions
fallthroughkeywordunreachablekeywordyieldkeyword
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>
v0.1.5
Changelog
Additions
iskeywordbootloader.layeexample- Support for type arrays
Bug fixes
- False highlighting of type properties
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>
v0.1.4
Changelog
Additions
- Type literals
Changes
- Removed
isfromtoken.laye
Bug fixes
- False highlighting in binary shift operations
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>
v0.1.3
Changelog
Additions
assertkeyword- Reference operator (
&)
Changes
- Replaced
nodiscardwithdiscardanddiscardable
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>
v0.1.2
Changelog
Additions
@seeand@deprecatedannotation in doc-commentstokens.layeexample
Changes
- Adapted new
layesyntax - Refactored grammar for more readability and faster parsing
- Reduced file sizes
- Renamed
examplestotest
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>
v0.1.1
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>
v0.1.0
Installation
From Editor
Go to the extensions tab (CTRL+SHIFT+X), more options (...) and select Install from VSIX...
Command Palette
Press F1 (or CTRL+SHIFT+P) and type Install from VSIX...
Or Terminal
Run (code|codium) --install-extension <extension_path>