Skip to content

Commit

Permalink
Add "markdown" as a possible filetype (#3749)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akselmo committed Sep 8, 2022
1 parent e12690e commit 8a1047c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }

Expand Down

0 comments on commit 8a1047c

Please sign in to comment.