Recognize 'make' file-type as Makefile (#7212)
This commit is contained in:
parent
9f5b965627
commit
71688a387b
1 changed files with 1 additions and 1 deletions
|
@ -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 = "#"
|
||||
|
|
Loading…
Reference in a new issue