bpruitt-goddard / vscode-mermaid-syntax-highlight

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

.mmd file extension highlighting is not working #21

Closed GaryBer closed 5 years ago

GaryBer commented 5 years ago

Seems that there was a file association conflict with the mermaid-preview plugin.

GaryBer commented 5 years ago

Related: https://github.com/vstirbu/vscode-mermaid-preview/issues/60

GaryBer commented 5 years ago

Fixed by adding to settings.json

    "files.associations": {
        "*.mmd": "Mermaid"
    }

Make sure that Mermaid is capitalized.