bpruitt-goddard / vscode-mermaid-syntax-highlight

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

Add Support For Mermaid mmd Files #10

Closed bpruitt-goddard closed 5 years ago

bpruitt-goddard commented 5 years ago

Support mmd files in addition to fenced markdown.

I believe the rough implementation will entail moving all of the highlighting into a separate textmate grammar. Then change the current codeblock.json to only contain the regex for matching the markdown fence, and including the new raw grammar file inside that block. Similar to this haskell example.