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 andyyu2004 committed Sep 27, 2023
1 parent a895331 commit 77b3e2b
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 @@ -1124,6 +1124,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 77b3e2b

Please sign in to comment.