bpruitt-goddard/vscode-mermaid-syntax-highlight

title keyword is not highlighted/recognised

basvdijk opened this issue · 1 comments

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

Fixed in 1.3.4
image