From the Structurizer DSL and the dsl tokens code. If I compare tokens in the .flex, I see these tokens missing:
animationStep
dashed
default
font
image
kroki
logo
mermaid
name
plantuml
relationship
themes
this
A consequence of using an unrecognized token can be that attempts to format the file result in everything aligning in column 0, instead of properly indenting.
Hi, thanks for your feedback! The linked PR should fix this. Please note that not all the keywords you mentioned will be highlighted as keywords, though using them will not break syntax highlighting.
The
view -> themes
elements is not recognized.From the Structurizer DSL and the dsl tokens code. If I compare tokens in the .flex, I see these tokens missing:
A consequence of using an unrecognized token can be that attempts to format the file result in everything aligning in column 0, instead of properly indenting.