未验证 提交 9bbe9f6e 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #38126 from dlech/patch-7

Add firstline match for Makefile
......@@ -13,6 +13,7 @@
"aliases": ["Makefile", "makefile"],
"extensions": [ ".mk" ],
"filenames": [ "Makefile", "makefile", "GNUmakefile", "OCamlMakefile" ],
"firstLine": "^#!/usr/bin/make",
"configuration": "./language-configuration.json"
}],
"grammars": [{
......@@ -26,4 +27,4 @@
}
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册