mirror of https://github.com/helix-editor/helix
Add "markdown" as a possible filetype (#3749)
parent
e12690e2f5
commit
8a1047c844
|
@ -904,7 +904,7 @@ source = { git = "https://github.com/Flakebi/tree-sitter-tablegen", rev = "568dd
|
||||||
name = "markdown"
|
name = "markdown"
|
||||||
scope = "source.md"
|
scope = "source.md"
|
||||||
injection-regex = "md|markdown"
|
injection-regex = "md|markdown"
|
||||||
file-types = ["md"]
|
file-types = ["md", "markdown"]
|
||||||
roots = []
|
roots = []
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue