Recognize 'make' file-type as Makefile (#7212)

pull/16/head
Tobias Clasen 12 months ago committed by GitHub
parent 9f5b965627
commit 71688a387b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save