mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
[php] Switch to textmate grammar. Fixes #5986
This commit is contained in:
@@ -11,11 +11,16 @@
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "php",
|
||||
"extensions": [ ".php", ".phtml", ".ctp" ],
|
||||
"extensions": [ ".php", ".php4", ".php5", ".phtml", ".ctp" ],
|
||||
"aliases": [ "PHP", "php" ],
|
||||
"mimetypes": ["application/x-php"],
|
||||
"configuration": "./php.configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
"language": "php",
|
||||
"scopeName": "text.html.php",
|
||||
"path": "./syntaxes/php.json"
|
||||
}],
|
||||
"snippets": [{
|
||||
"language": "php",
|
||||
"path": "./snippets/php.json"
|
||||
|
||||
Reference in New Issue
Block a user