Skip to content

Commit

Permalink
Add shebangs for Makefiles (helix-editor#8410)
Browse files Browse the repository at this point in the history
For example, this is standard for Debian rules files: https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#defaultrules
  • Loading branch information
kmicklas authored and mtoohey31 committed Jun 2, 2024
1 parent a91250b commit aebd759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "#"
Expand Down

0 comments on commit aebd759

Please sign in to comment.