Add "markdown" as a possible filetype (#3749)
This commit is contained in:
parent
e12690e2f5
commit
8a1047c844
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ source = { git = "https://github.com/Flakebi/tree-sitter-tablegen", rev = "568dd
|
|||
name = "markdown"
|
||||
scope = "source.md"
|
||||
injection-regex = "md|markdown"
|
||||
file-types = ["md"]
|
||||
file-types = ["md", "markdown"]
|
||||
roots = []
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
|
|
Loading…
Reference in a new issue