Skip to content

Releases: DrSensor/scdlang-vscode

v0.1.1 - one abstraction for all grammar

05 Oct 15:54
Compare
Choose a tag to compare

Added

Changed

v0.1.0 - Syntax highlighter for one-liner expression

01 Oct 12:52
Compare
Choose a tag to compare
support block & line comment

Screenshot_20191001_190344
bat --theme "Monokai Extended"

▼ Granular syntax highlighting 👇

Similar to Semantics Highlighting but work differently. Basically, the colors/scopes are decided on the transition types. It's still possible for invalid transition to be highlighted though.

highlight transition with arrow

Screenshot_20191001_191857
bat --theme "TwoDark"

highlight internal-transition

Screenshot_20191001_192928
bat --theme "OneHalfDark"

highlight event, action, and guard

Screenshot_20191001_194201
bat --theme "base16"