mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
HTML Comments Not Colour Coded when there is a <?php> in the script tag. Fixes #28354
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
"scripts": {
|
||||
"compile": "gulp compile-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"
|
||||
"update-grammar": "node ./build/update-grammar.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.4"
|
||||
|
||||
Reference in New Issue
Block a user