Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

34 lines (23 loc) · 1.29 KB

Structurizr DSL Language Support Changelog

Added

  • Very simple parser, which should provide just enough of a basis to add basic editor functionality like code formatting and auto indentation.

0.1.2-alpha - 2023-01-09

Changed

  • Only allow "standalone" comments, so one line can either be (part of) a comment (single line of block), or not. Comments "embedded" in a regular line of DSL code are not highlighted as comments anymore. This fixes #10.

0.1.1-alpha - 2022-12-10

Changed

  • Automatically publish releases from the release GitHub workflow
  • Added more information to the README, and the plugin's description

Fixed

  • Syntax highlighting of block comments without a closing */

0.1.0-alpha - 2022-12-08

Added

  • Token based syntax highlighting