aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorAkseli2022-09-08 23:29:36 +0000
committerGitHub2022-09-08 23:29:36 +0000
commit8a1047c844c9e84ad2a171473438236b6ad1a947 (patch)
tree02540d522e45314a23c2ca339e548b91d17016b4 /languages.toml
parente12690e2f5c881db731bc8e7efe8554d5d423e78 (diff)
Add "markdown" as a possible filetype (#3749)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 12f02781..3082c127 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = " " }