Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

69 lines (51 loc) · 1.23 KB

CHANGELOG

[Unreleased]

Added

  • new keyword: do

Changed

  • dependencies versions in package.json
  • snippets

[1.1.0] - 2024-08-25

Added

  • constants highlighting

[1.0.1] - 2024-07-20

Changed

  • snippets

[1.0.0] - 2024-07-15

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

[0.2.0] - 2024-06-27

Added

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

Fixed

  • match keyword highlighting

[0.1.0] - 2024-06-25

Added

  • new keywords for syntax highlighting

  • match keyword highlighting

[0.0.4] - 2024-06-15

Added

  • autoclosing for block comments

Fixed

  • autoclosing

[0.0.3] - 2024-04-20

Added

  • new snippets
  • new keywords for syntax highlighting

[0.0.2] - 2024-04-20

Added

  • new snippets
  • new keywords for syntax highlighting