mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
[php] update colorizer tests
This commit is contained in:
parent
54d183d2b7
commit
067a72787f
2 changed files with 49 additions and 49 deletions
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"c": "<",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.begin.html",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.start.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
{
|
||||
"c": "script",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html entity.name.tag.html",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.start.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.end.html",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.start.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -496,7 +496,7 @@
|
|||
},
|
||||
{
|
||||
"c": "<",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.begin.html source.js",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html source.js",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -507,7 +507,7 @@
|
|||
},
|
||||
{
|
||||
"c": "/",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.begin.html",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -518,7 +518,7 @@
|
|||
},
|
||||
{
|
||||
"c": "script",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html entity.name.tag.html",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -529,7 +529,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.end.html",
|
||||
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"c": "<",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.html.start.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
{
|
||||
"c": "html",
|
||||
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
|
||||
"t": "text.html.php meta.tag.structure.html.start.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.html.start.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -34,7 +34,7 @@
|
|||
},
|
||||
{
|
||||
"c": "<",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.head.start.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -45,7 +45,7 @@
|
|||
},
|
||||
{
|
||||
"c": "head",
|
||||
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
|
||||
"t": "text.html.php meta.tag.structure.head.start.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -56,7 +56,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.head.start.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -78,7 +78,7 @@
|
|||
},
|
||||
{
|
||||
"c": "<",
|
||||
"t": "text.html.php meta.tag.inline.any.html punctuation.definition.tag.begin.html",
|
||||
"t": "text.html.php meta.tag.metadata.title.start.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -89,7 +89,7 @@
|
|||
},
|
||||
{
|
||||
"c": "title",
|
||||
"t": "text.html.php meta.tag.inline.any.html entity.name.tag.inline.any.html",
|
||||
"t": "text.html.php meta.tag.metadata.title.start.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -100,7 +100,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.tag.inline.any.html punctuation.definition.tag.end.html",
|
||||
"t": "text.html.php meta.tag.metadata.title.start.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -122,7 +122,7 @@
|
|||
},
|
||||
{
|
||||
"c": "</",
|
||||
"t": "text.html.php meta.tag.inline.any.html punctuation.definition.tag.begin.html",
|
||||
"t": "text.html.php meta.tag.metadata.title.end.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -133,7 +133,7 @@
|
|||
},
|
||||
{
|
||||
"c": "title",
|
||||
"t": "text.html.php meta.tag.inline.any.html entity.name.tag.inline.any.html",
|
||||
"t": "text.html.php meta.tag.metadata.title.end.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -144,7 +144,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.tag.inline.any.html punctuation.definition.tag.end.html",
|
||||
"t": "text.html.php meta.tag.metadata.title.end.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -155,7 +155,7 @@
|
|||
},
|
||||
{
|
||||
"c": "</",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.head.end.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -166,7 +166,7 @@
|
|||
},
|
||||
{
|
||||
"c": "head",
|
||||
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
|
||||
"t": "text.html.php meta.tag.structure.head.end.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -177,7 +177,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.head.end.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -188,7 +188,7 @@
|
|||
},
|
||||
{
|
||||
"c": "<",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.body.start.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -199,7 +199,7 @@
|
|||
},
|
||||
{
|
||||
"c": "body",
|
||||
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
|
||||
"t": "text.html.php meta.tag.structure.body.start.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -210,7 +210,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.body.start.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -322,9 +322,9 @@
|
|||
"c": "//",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.line.double-slash.php punctuation.definition.comment.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -333,9 +333,9 @@
|
|||
"c": " Code to be executed",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.line.double-slash.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -377,9 +377,9 @@
|
|||
"c": "/*",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.block.php punctuation.definition.comment.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -388,9 +388,9 @@
|
|||
"c": " Example PHP file",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.block.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -399,9 +399,9 @@
|
|||
"c": "\tmultiline comment",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.block.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -410,9 +410,9 @@
|
|||
"c": "\t",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.block.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -421,9 +421,9 @@
|
|||
"c": "*/",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.block.php punctuation.definition.comment.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -2654,9 +2654,9 @@
|
|||
"c": "//",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.line.double-slash.php punctuation.definition.comment.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -2665,9 +2665,9 @@
|
|||
"c": " display shuffled cards (EXAMPLE ONLY)",
|
||||
"t": "text.html.php meta.embedded.block.php source.php comment.line.double-slash.php",
|
||||
"r": {
|
||||
"dark_plus": "comment: #608B4E",
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #608B4E",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
|
@ -3565,7 +3565,7 @@
|
|||
},
|
||||
{
|
||||
"c": "</",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.body.end.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -3576,7 +3576,7 @@
|
|||
},
|
||||
{
|
||||
"c": "body",
|
||||
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
|
||||
"t": "text.html.php meta.tag.structure.body.end.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -3587,7 +3587,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.body.end.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -3598,7 +3598,7 @@
|
|||
},
|
||||
{
|
||||
"c": "</",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.html.end.html punctuation.definition.tag.begin.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
@ -3609,7 +3609,7 @@
|
|||
},
|
||||
{
|
||||
"c": "html",
|
||||
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
|
||||
"t": "text.html.php meta.tag.structure.html.end.html entity.name.tag.html",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag: #569CD6",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
|
@ -3620,7 +3620,7 @@
|
|||
},
|
||||
{
|
||||
"c": ">",
|
||||
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
|
||||
"t": "text.html.php meta.tag.structure.html.end.html punctuation.definition.tag.end.html",
|
||||
"r": {
|
||||
"dark_plus": "punctuation.definition.tag: #808080",
|
||||
"light_plus": "punctuation.definition.tag: #800000",
|
||||
|
|
Loading…
Reference in a new issue