mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
[php] use grammar from atom/language-php
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"grammars": [{
|
||||
"language": "php",
|
||||
"scopeName": "text.html.php",
|
||||
"path": "./syntaxes/php.json",
|
||||
"path": "./syntaxes/php.tmLanguage.json",
|
||||
"embeddedLanguages": {
|
||||
"text.html": "html",
|
||||
"source.php": "php",
|
||||
@@ -66,6 +66,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:php",
|
||||
"watch": "gulp watch-extension:php"
|
||||
"watch": "gulp watch-extension:php",
|
||||
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-php grammars/php.cson ./syntaxes/php.tmLanguage.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user