Update the PHP grammar

Now it breaks out the html grammar into its own file
This commit is contained in:
Rob Lourens
2017-12-18 20:21:50 +01:00
parent 55382a106f
commit 783a0aafad
5 changed files with 979 additions and 927 deletions

View File

@@ -20,5 +20,6 @@ function adaptInjectionScope(grammar) {
injections[newInjectionKey] = injection;
}
updateGrammar.update('atom/language-php', 'grammars/php.cson', './syntaxes/php.tmLanguage.json', adaptInjectionScope);
updateGrammar.update('atom/language-php', 'grammars/php.cson', './syntaxes/php.tmLanguage.json', undefined);
updateGrammar.update('atom/language-php', 'grammars/html.cson', './syntaxes/html.tmLanguage.json', adaptInjectionScope);