dirkgroot / structurizr-dsl-intellij-plugin

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

support "relationship styles" #50

Closed ambition-consulting closed 1 year ago

ambition-consulting commented 1 year ago

hey, great work - already saves me so much time! however, there is a nasty problem with relationship styles, that breaks your nice highlighting and formatting: https://github.com/structurizr/dsl/blob/master/docs/language-reference.md#relationship-style

ambition-consulting commented 1 year ago

I'm also having problems with relationship properties:

a -> b { url abc.com }

dirkgroot commented 1 year ago

Hi, thanks for your feedback! The linked PR should fix both of the problems you're describing.