Skip to content

Commit

Permalink
Recognize 'mmd' as mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis authored and archseer committed Mar 21, 2024
1 parent 9610254 commit 459eb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@ source = { git = "https://github.com/yuja/tree-sitter-qmljs", rev = "0b2b25bcaa7
name = "mermaid"
scope = "source.mermaid"
injection-regex = "mermaid"
file-types = ["mermaid"]
file-types = ["mermaid", "mmd"]
comment-token = "%%"
indent = { tab-width = 4, unit = " " }

Expand Down

0 comments on commit 459eb9a

Please sign in to comment.