bpruitt-goddard / vscode-mermaid-syntax-highlight

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

title keyword is not highlighted/recognised #76

Closed basvdijk closed 2 years ago

basvdijk commented 2 years ago

When using the title keyword it is not highlighted

image

While the code renders fine

sequenceDiagram
    autonumber
    participant APP as APP
    participant BE as Backend

    title Test diagram

into:

sequenceDiagram
    autonumber
    participant APP as APP
    participant BE as Backend

    title Test diagram
bpruitt-goddard commented 2 years ago

Fixed in 1.3.4

image