bpruitt-goddard / vscode-mermaid-syntax-highlight

Markdown syntax support for the Mermaid charting language
MIT License
92 stars 36 forks source link

Improve sequence diagram #48

Closed jnnnnn closed 3 years ago

jnnnnn commented 3 years ago
add highlighting for new sequenceDiagram features

- async arrows
- autonumber
- par blocks
- rect (color) blocks

update sequence diagram screenshot

add prettierrc for yaml formatting

also rolls in changes from #24 as that PR is pretty stale now

bpruitt-goddard commented 3 years ago

Looks good! Can you update the PR after the recent changes? The json file is now removed as it is no longer being built/maintained locally.

jnnnnn commented 3 years ago

I have updated the pull request against the latest master.

Thank you for maintaining this repository 🙏