diff --git a/syntax-highlighting-rules/php.json b/syntax-highlighting-rules/php.json index f2c3bfd..5e42bfa 100644 --- a/syntax-highlighting-rules/php.json +++ b/syntax-highlighting-rules/php.json @@ -19,7 +19,8 @@ { "name": "", "scope": [ - "punctuation.section.embedded", + "punctuation.section.embedded.begin.php", + "punctuation.section.embedded.end.php", "punctuation.section.embedded.end source.php", "punctuation.section.embedded.end source.ruby" // this line should be in ruby.json, but for now ],