mirror of https://github.com/helix-editor/helix
Recognize 'mmd' as mermaid
parent
961025433d
commit
459eb9a4c1
|
@ -2668,7 +2668,7 @@ source = { git = "https://github.com/yuja/tree-sitter-qmljs", rev = "0b2b25bcaa7
|
||||||
name = "mermaid"
|
name = "mermaid"
|
||||||
scope = "source.mermaid"
|
scope = "source.mermaid"
|
||||||
injection-regex = "mermaid"
|
injection-regex = "mermaid"
|
||||||
file-types = ["mermaid"]
|
file-types = ["mermaid", "mmd"]
|
||||||
comment-token = "%%"
|
comment-token = "%%"
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue