Skip to content

v0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 18:42
· 231 commits to main since this release
2e9887e

Changed

  • Reworked the lexer and parser to be more generic, which should make it a bit easier to support future changes to the
    Structurizr DSL
  • Syntax highlighting is now mostly annotator based instead of lexer based

Added

  • Matching curly braces are now highlighted in the editor
  • Code can now be commented with the "Comment with line/block comment" commands
  • Code is automatically indented correctly while editing