dirkgroot / structurizr-dsl-intellij-plugin

IntelliJ plugin for the Structurizr DSL
MIT License
53 stars 3 forks source link

`themes` token missing #48

Closed rgustafson-ie closed 1 year ago

rgustafson-ie commented 1 year ago

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:

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.

dirkgroot commented 1 year ago

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.