[php] Switch to textmate grammar. Fixes #5986

This commit is contained in:
Martin Aeschlimann
2016-05-10 12:06:46 +02:00
parent 5b4adc72a2
commit 92d4db4f6c
6 changed files with 4002 additions and 764 deletions

View File

@@ -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"