Skip to content

Commit

Permalink
Merge pull request #38126 from dlech/patch-7
Browse files Browse the repository at this point in the history
Add firstline match for Makefile
  • Loading branch information
aeschli committed Nov 13, 2017
2 parents 7479860 + cabc838 commit 9bbe9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/make/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"aliases": ["Makefile", "makefile"],
"extensions": [ ".mk" ],
"filenames": [ "Makefile", "makefile", "GNUmakefile", "OCamlMakefile" ],
"firstLine": "^#!/usr/bin/make",
"configuration": "./language-configuration.json"
}],
"grammars": [{
Expand All @@ -26,4 +27,4 @@
}
}
}
}
}

0 comments on commit 9bbe9f6

Please sign in to comment.