Releases: HamletSargsyan/lazurite-vscode
Releases · HamletSargsyan/lazurite-vscode
v1.0.1
v1.0.0
Added
- new keyword:
assert
- new operators:
%
,~
,:
,^
,.
,,
,{
,}
,[
,]
,(
,)
- new constant:
this
- support for new number style (
1_000_000
,100_000
, ...) - strings interpolation (
"${1 + 1}"
,"{$var}"
) - preprocessors:
#include
,#define
,#jInclude
- new snippet for
assert
- class highlighting
- button for executing an active file
Changed
- snippets
Fixed
- functions and strings highlighting
v0.2.0
Added
- new keywords for syntax highlighting
- Support for new number style (
12d
,10b
, ...)
Fixed
match
keyword highlighting
v0.1.0
Added
- new snippets
- new keywords for syntax highlighting
v0.0.4
Added
- autoclosing for block comments
Fixed
- autoclosing
v0.0.3
Added
- new snippets
- new keywords for syntax highlighting
v0.0.2
Added
- new snippets
- new keywords for syntax highlighting