From dd02755bfc215d1cbd43d9621ba8dad2fc6dabce Mon Sep 17 00:00:00 2001 From: KapitanOczywisty <44417092+KapitanOczywisty@users.noreply.github.com> Date: Tue, 10 Sep 2019 19:13:03 +0200 Subject: [PATCH 1/2] Fix PHP in HTML style tags --- extensions/php/build/update-grammar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/php/build/update-grammar.js b/extensions/php/build/update-grammar.js index 58b1207a4a200..da01c30d40df5 100644 --- a/extensions/php/build/update-grammar.js +++ b/extensions/php/build/update-grammar.js @@ -8,8 +8,9 @@ const updateGrammar = require('../../../build/npm/update-grammar'); function adaptInjectionScope(grammar) { // we're using the HTML grammar from https://github.com/textmate/html.tmbundle which has moved away from source.js.embedded.html + // also we need to add source.css scope for PHP code in