Skip to content

v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@HamletSargsyan HamletSargsyan released this 15 Jul 09:48
· 9 commits to main since this 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