Skip to content

Commit

Permalink
Recognize 'make' file-type as Makefile (helix-editor#7212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandalbanditten authored and Triton171 committed Jun 18, 2023
1 parent 6fd3920 commit ecb4e81
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 @@ -1042,7 +1042,7 @@ source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "6e51463ef30
[[language]]
name = "make"
scope = "source.make"
file-types = ["Makefile", "makefile", "mk"]
file-types = ["Makefile", "makefile", "make", "mk"]
injection-regex = "(make|makefile|Makefile|mk)"
roots = []
comment-token = "#"
Expand Down

0 comments on commit ecb4e81

Please sign in to comment.