Add shebangs for Makefiles (#8410)

For example, this is standard for Debian rules files: https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#defaultrules
pull/8414/head
Ken Micklas 8 months ago committed by GitHub
parent 080a085fa7
commit 0c879d4edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1087,6 +1087,7 @@ source = { git = "https://github.com/uyha/tree-sitter-cmake", rev = "6e51463ef30
name = "make"
scope = "source.make"
file-types = ["Makefile", "makefile", "make", "mk"]
shebangs = ["make", "gmake"]
injection-regex = "(make|makefile|Makefile|mk)"
roots = []
comment-token = "#"

Loading…
Cancel
Save