mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
file line detection: allow whitespace after shebang
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"PHP",
|
||||
"php"
|
||||
],
|
||||
"firstLine": "^#!/.*\\bphp\\b",
|
||||
"firstLine": "^#!\\s*/.*\\bphp\\b",
|
||||
"mimetypes": [
|
||||
"application/x-php"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user