Skip to content

Commit

Permalink
Add "markdown" as a possible filetype (helix-editor#3749)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akselmo authored and thomasskk committed Sep 9, 2022
1 parent a8d8fdd commit fb80b32
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 fb80b32

Please sign in to comment.