mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Recognize 'mmd' as mermaid
This commit is contained in:
parent
961025433d
commit
459eb9a4c1
1 changed files with 1 additions and 1 deletions
|
@ -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 = " " }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue