Unnamed repository; edit this file 'description' to name the repository.
Add "markdown" as a possible filetype (#3749)
Akseli 2022-09-09
parent e12690e · commit 8a1047c
-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 = " " }