Skip to content

Commit

Permalink
refactor <?php?> symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 19, 2018
1 parent da171fc commit 447f8f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion syntax-highlighting-rules/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
{
"name": "<?php?>",
"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
],
Expand Down

0 comments on commit 447f8f0

Please sign in to comment.