mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
file line detection: allow whitespace after shebang
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"aliases": ["Makefile", "makefile"],
|
||||
"extensions": [ ".mk" ],
|
||||
"filenames": [ "Makefile", "makefile", "GNUmakefile", "OCamlMakefile" ],
|
||||
"firstLine": "^#!/usr/bin/make",
|
||||
"firstLine": "^#!\\s*/usr/bin/make",
|
||||
"configuration": "./language-configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
|
||||
Reference in New Issue
Block a user