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
fallthrough
keywordunreachable
keywordyield
keyword
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
is
keywordbootloader.laye
example- 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
is
fromtoken.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
assert
keyword- Reference operator (
&
)
Changes
- Replaced
nodiscard
withdiscard
anddiscardable
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
@see
and@deprecated
annotation in doc-commentstokens.laye
example
Changes
- Adapted new
laye
syntax - Refactored grammar for more readability and faster parsing
- Reduced file sizes
- Renamed
examples
totest
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>