extension/php: detect language via shebang (#26581)

Fixes #26580
This commit is contained in:
mappu 2017-05-13 14:38:35 +12:00 committed by Matt Bierner
parent 513b3b406d
commit 092ea70b9a

View file

@ -27,6 +27,7 @@
"PHP",
"php"
],
"firstLine": "^#!/.*\\bphp\\b",
"mimetypes": [
"application/x-php"
],
@ -119,4 +120,4 @@
"devDependencies": {
"@types/node": "^7.0.4"
}
}
}