Skip to content

Releases: HamletSargsyan/lazurite-vscode

v1.0.1

20 Jul 14:04
Compare
Choose a tag to compare

Changed

  • snippets

v1.0.0

15 Jul 09:48
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

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

27 Jun 17:27
Compare
Choose a tag to compare

Added

  • new keywords for syntax highlighting
  • Support for new number style (12d, 10b, ...)

Fixed

  • match keyword highlighting

v0.1.0

25 Jun 18:31
Compare
Choose a tag to compare

Added

  • new snippets
  • new keywords for syntax highlighting

v0.0.4

15 Jun 10:02
Compare
Choose a tag to compare

Added

  • autoclosing for block comments

Fixed

  • autoclosing

v0.0.3

20 Apr 13:33
Compare
Choose a tag to compare

Added

  • new snippets
  • new keywords for syntax highlighting

v0.0.2

20 Apr 10:13
Compare
Choose a tag to compare

Added

  • new snippets
  • new keywords for syntax highlighting