Skip to content

Commit 277355d

Browse files
Akselmojdrst
authored andcommitted
Add "markdown" as a possible filetype (helix-editor#3749)
1 parent dd0fc53 commit 277355d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ source = { git = "https://github.com/Flakebi/tree-sitter-tablegen", rev = "568dd
904904
name = "markdown"
905905
scope = "source.md"
906906
injection-regex = "md|markdown"
907-
file-types = ["md"]
907+
file-types = ["md", "markdown"]
908908
roots = []
909909
indent = { tab-width = 2, unit = " " }
910910

0 commit comments

Comments
 (0)