bpruitt-goddard / vscode-mermaid-syntax-highlight

Markdown syntax support for the Mermaid charting language
MIT License
98 stars 37 forks source link

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

Closed ANHPearce closed 2 years ago

ANHPearce commented 2 years ago

flowchart LR thisWillNotbeHighlighted

flowchart LR this[WillbeHighlighted]

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

bpruitt-goddard commented 2 years ago

Fixed in #65 and pushed out with version 1.2.3.