Skip to content

Commit

Permalink
[Makefile] Allow spaces in shebang lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierholt authored and kevin.burk committed Sep 27, 2016
1 parent 6ee30c0 commit 0e2a102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile/Makefile.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ file_extensions:
- OCamlMakefile
- mak
- mk
first_line_match: '^#!/usr/bin/make\b'
first_line_match: '^#!\s*/usr/bin/make\b'
scope: source.makefile
contexts:
main:
Expand Down

0 comments on commit 0e2a102

Please sign in to comment.