bpruitt-goddard/vscode-mermaid-syntax-highlight

Flowchart nodes with only an Id are not highlighted with node color

ANHPearce opened this issue · 1 comments

flowchart LR
thisWillNotbeHighlighted

flowchart LR
this[WillbeHighlighted]

Seems like you pattern is matching on the optional "node with text", i.e. id[ ] , pattern.

Fixed in #65 and pushed out with version 1.2.3.