fix: add smd extention to the markdown file type
This commit is contained in:
parent
45d79d4156
commit
9106b13b4c
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ pub const markdown = .{
|
|||
.description = "Markdown",
|
||||
.color = 0x000000,
|
||||
.icon = "",
|
||||
.extensions = .{"md"},
|
||||
.extensions = .{"md", "smd"},
|
||||
.comment = "<!--",
|
||||
.highlights = "tree-sitter-markdown/tree-sitter-markdown/queries/highlights.scm",
|
||||
.injections = "tree-sitter-markdown/tree-sitter-markdown/queries/injections.scm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue