Add "markdown" as a possible filetype (#3749)

change-detection
Akseli 2 years ago committed by GitHub
parent e12690e2f5
commit 8a1047c844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = " " }

Loading…
Cancel
Save