[php] update php grammar

This commit is contained in:
Martin Aeschlimann 2017-05-12 16:48:00 +02:00
parent 73d7b085e7
commit 0977de9948
4 changed files with 643 additions and 296 deletions

File diff suppressed because it is too large Load diff

View file

@ -221,12 +221,12 @@
},
{
"c": "<?php",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.begin.metatag.php",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.begin.php",
"r": {
"dark_plus": "punctuation.section.embedded.begin.metatag.php: #569CD6",
"light_plus": "punctuation.section.embedded.begin.metatag.php: #800000",
"dark_vs": "punctuation.section.embedded.begin.metatag.php: #569CD6",
"light_vs": "punctuation.section.embedded.begin.metatag.php: #800000",
"dark_plus": "punctuation.section.embedded.begin.php: #569CD6",
"light_plus": "punctuation.section.embedded.begin.php: #800000",
"dark_vs": "punctuation.section.embedded.begin.php: #569CD6",
"light_vs": "punctuation.section.embedded.begin.php: #800000",
"hc_black": "default: #FFFFFF"
}
},
@ -3235,23 +3235,23 @@
},
{
"c": "?",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.end.metatag.php source.php",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.end.php source.php",
"r": {
"dark_plus": "punctuation.section.embedded.end.metatag.php: #569CD6",
"light_plus": "punctuation.section.embedded.end.metatag.php: #800000",
"dark_vs": "punctuation.section.embedded.end.metatag.php: #569CD6",
"light_vs": "punctuation.section.embedded.end.metatag.php: #800000",
"dark_plus": "punctuation.section.embedded.end.php: #569CD6",
"light_plus": "punctuation.section.embedded.end.php: #800000",
"dark_vs": "punctuation.section.embedded.end.php: #569CD6",
"light_vs": "punctuation.section.embedded.end.php: #800000",
"hc_black": "default: #FFFFFF"
}
},
{
"c": ">",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.end.metatag.php",
"t": "text.html.php meta.embedded.block.php punctuation.section.embedded.end.php",
"r": {
"dark_plus": "punctuation.section.embedded.end.metatag.php: #569CD6",
"light_plus": "punctuation.section.embedded.end.metatag.php: #800000",
"dark_vs": "punctuation.section.embedded.end.metatag.php: #569CD6",
"light_vs": "punctuation.section.embedded.end.metatag.php: #800000",
"dark_plus": "punctuation.section.embedded.end.php: #569CD6",
"light_plus": "punctuation.section.embedded.end.php: #800000",
"dark_vs": "punctuation.section.embedded.end.php: #569CD6",
"light_vs": "punctuation.section.embedded.end.php: #800000",
"hc_black": "default: #FFFFFF"
}
},

View file

@ -302,8 +302,8 @@
},
{
"scope": [
"punctuation.section.embedded.begin.metatag.php",
"punctuation.section.embedded.end.metatag.php"
"punctuation.section.embedded.begin.php",
"punctuation.section.embedded.end.php"
],
"settings": {
"foreground": "#569cd6"

View file

@ -318,8 +318,8 @@
},
{
"scope": [
"punctuation.section.embedded.begin.metatag.php",
"punctuation.section.embedded.end.metatag.php"
"punctuation.section.embedded.begin.php",
"punctuation.section.embedded.end.php"
],
"settings": {
"foreground": "#800000"