bpruitt-goddard / vscode-mermaid-syntax-highlight

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

Allow .mermaid as file extension #111

Closed henrikrxn closed 12 months ago

henrikrxn commented 1 year ago

According to the Mermaid documentation .mermaid is also a file extension for mermaid files

https://mermaid.js.org/ecosystem/integrations.html#file-extension

bpruitt-goddard commented 12 months ago

This should already be working as a file extension. The files in the tests directory are all using the .mermaid extension and are properly highlighting.