mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-18 21:17:08 +04:00
Recognize 'mmd' as mermaid
This commit is contained in:
parent
961025433d
commit
459eb9a4c1
@ -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…
Reference in New Issue
Block a user