fix: add smd extention to the markdown file type

This commit is contained in:
CJ van den Berg 2025-10-15 11:29:58 +02:00
parent 45d79d4156
commit 9106b13b4c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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",