Skip to content

Commit 067a727

Browse files
committed
[php] update colorizer tests
1 parent 54d183d commit 067a727

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

extensions/php/test/colorize-results/issue-28354_php.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"c": "<",
4-
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.begin.html",
4+
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.start.html punctuation.definition.tag.begin.html",
55
"r": {
66
"dark_plus": "punctuation.definition.tag: #808080",
77
"light_plus": "punctuation.definition.tag: #800000",
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"c": "script",
15-
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html entity.name.tag.html",
15+
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.start.html entity.name.tag.html",
1616
"r": {
1717
"dark_plus": "entity.name.tag: #569CD6",
1818
"light_plus": "entity.name.tag: #800000",
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"c": ">",
26-
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.end.html",
26+
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.start.html punctuation.definition.tag.end.html",
2727
"r": {
2828
"dark_plus": "punctuation.definition.tag: #808080",
2929
"light_plus": "punctuation.definition.tag: #800000",
@@ -496,7 +496,7 @@
496496
},
497497
{
498498
"c": "<",
499-
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.begin.html source.js",
499+
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html source.js",
500500
"r": {
501501
"dark_plus": "punctuation.definition.tag: #808080",
502502
"light_plus": "punctuation.definition.tag: #800000",
@@ -507,7 +507,7 @@
507507
},
508508
{
509509
"c": "/",
510-
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.begin.html",
510+
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html",
511511
"r": {
512512
"dark_plus": "punctuation.definition.tag: #808080",
513513
"light_plus": "punctuation.definition.tag: #800000",
@@ -518,7 +518,7 @@
518518
},
519519
{
520520
"c": "script",
521-
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html entity.name.tag.html",
521+
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html entity.name.tag.html",
522522
"r": {
523523
"dark_plus": "entity.name.tag: #569CD6",
524524
"light_plus": "entity.name.tag: #800000",
@@ -529,7 +529,7 @@
529529
},
530530
{
531531
"c": ">",
532-
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.html punctuation.definition.tag.end.html",
532+
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.end.html",
533533
"r": {
534534
"dark_plus": "punctuation.definition.tag: #808080",
535535
"light_plus": "punctuation.definition.tag: #800000",

extensions/php/test/colorize-results/test_php.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"c": "<",
4-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
4+
"t": "text.html.php meta.tag.structure.html.start.html punctuation.definition.tag.begin.html",
55
"r": {
66
"dark_plus": "punctuation.definition.tag: #808080",
77
"light_plus": "punctuation.definition.tag: #800000",
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"c": "html",
15-
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
15+
"t": "text.html.php meta.tag.structure.html.start.html entity.name.tag.html",
1616
"r": {
1717
"dark_plus": "entity.name.tag: #569CD6",
1818
"light_plus": "entity.name.tag: #800000",
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"c": ">",
26-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
26+
"t": "text.html.php meta.tag.structure.html.start.html punctuation.definition.tag.end.html",
2727
"r": {
2828
"dark_plus": "punctuation.definition.tag: #808080",
2929
"light_plus": "punctuation.definition.tag: #800000",
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"c": "<",
37-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
37+
"t": "text.html.php meta.tag.structure.head.start.html punctuation.definition.tag.begin.html",
3838
"r": {
3939
"dark_plus": "punctuation.definition.tag: #808080",
4040
"light_plus": "punctuation.definition.tag: #800000",
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"c": "head",
48-
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
48+
"t": "text.html.php meta.tag.structure.head.start.html entity.name.tag.html",
4949
"r": {
5050
"dark_plus": "entity.name.tag: #569CD6",
5151
"light_plus": "entity.name.tag: #800000",
@@ -56,7 +56,7 @@
5656
},
5757
{
5858
"c": ">",
59-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
59+
"t": "text.html.php meta.tag.structure.head.start.html punctuation.definition.tag.end.html",
6060
"r": {
6161
"dark_plus": "punctuation.definition.tag: #808080",
6262
"light_plus": "punctuation.definition.tag: #800000",
@@ -78,7 +78,7 @@
7878
},
7979
{
8080
"c": "<",
81-
"t": "text.html.php meta.tag.inline.any.html punctuation.definition.tag.begin.html",
81+
"t": "text.html.php meta.tag.metadata.title.start.html punctuation.definition.tag.begin.html",
8282
"r": {
8383
"dark_plus": "punctuation.definition.tag: #808080",
8484
"light_plus": "punctuation.definition.tag: #800000",
@@ -89,7 +89,7 @@
8989
},
9090
{
9191
"c": "title",
92-
"t": "text.html.php meta.tag.inline.any.html entity.name.tag.inline.any.html",
92+
"t": "text.html.php meta.tag.metadata.title.start.html entity.name.tag.html",
9393
"r": {
9494
"dark_plus": "entity.name.tag: #569CD6",
9595
"light_plus": "entity.name.tag: #800000",
@@ -100,7 +100,7 @@
100100
},
101101
{
102102
"c": ">",
103-
"t": "text.html.php meta.tag.inline.any.html punctuation.definition.tag.end.html",
103+
"t": "text.html.php meta.tag.metadata.title.start.html punctuation.definition.tag.end.html",
104104
"r": {
105105
"dark_plus": "punctuation.definition.tag: #808080",
106106
"light_plus": "punctuation.definition.tag: #800000",
@@ -122,7 +122,7 @@
122122
},
123123
{
124124
"c": "</",
125-
"t": "text.html.php meta.tag.inline.any.html punctuation.definition.tag.begin.html",
125+
"t": "text.html.php meta.tag.metadata.title.end.html punctuation.definition.tag.begin.html",
126126
"r": {
127127
"dark_plus": "punctuation.definition.tag: #808080",
128128
"light_plus": "punctuation.definition.tag: #800000",
@@ -133,7 +133,7 @@
133133
},
134134
{
135135
"c": "title",
136-
"t": "text.html.php meta.tag.inline.any.html entity.name.tag.inline.any.html",
136+
"t": "text.html.php meta.tag.metadata.title.end.html entity.name.tag.html",
137137
"r": {
138138
"dark_plus": "entity.name.tag: #569CD6",
139139
"light_plus": "entity.name.tag: #800000",
@@ -144,7 +144,7 @@
144144
},
145145
{
146146
"c": ">",
147-
"t": "text.html.php meta.tag.inline.any.html punctuation.definition.tag.end.html",
147+
"t": "text.html.php meta.tag.metadata.title.end.html punctuation.definition.tag.end.html",
148148
"r": {
149149
"dark_plus": "punctuation.definition.tag: #808080",
150150
"light_plus": "punctuation.definition.tag: #800000",
@@ -155,7 +155,7 @@
155155
},
156156
{
157157
"c": "</",
158-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
158+
"t": "text.html.php meta.tag.structure.head.end.html punctuation.definition.tag.begin.html",
159159
"r": {
160160
"dark_plus": "punctuation.definition.tag: #808080",
161161
"light_plus": "punctuation.definition.tag: #800000",
@@ -166,7 +166,7 @@
166166
},
167167
{
168168
"c": "head",
169-
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
169+
"t": "text.html.php meta.tag.structure.head.end.html entity.name.tag.html",
170170
"r": {
171171
"dark_plus": "entity.name.tag: #569CD6",
172172
"light_plus": "entity.name.tag: #800000",
@@ -177,7 +177,7 @@
177177
},
178178
{
179179
"c": ">",
180-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
180+
"t": "text.html.php meta.tag.structure.head.end.html punctuation.definition.tag.end.html",
181181
"r": {
182182
"dark_plus": "punctuation.definition.tag: #808080",
183183
"light_plus": "punctuation.definition.tag: #800000",
@@ -188,7 +188,7 @@
188188
},
189189
{
190190
"c": "<",
191-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
191+
"t": "text.html.php meta.tag.structure.body.start.html punctuation.definition.tag.begin.html",
192192
"r": {
193193
"dark_plus": "punctuation.definition.tag: #808080",
194194
"light_plus": "punctuation.definition.tag: #800000",
@@ -199,7 +199,7 @@
199199
},
200200
{
201201
"c": "body",
202-
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
202+
"t": "text.html.php meta.tag.structure.body.start.html entity.name.tag.html",
203203
"r": {
204204
"dark_plus": "entity.name.tag: #569CD6",
205205
"light_plus": "entity.name.tag: #800000",
@@ -210,7 +210,7 @@
210210
},
211211
{
212212
"c": ">",
213-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
213+
"t": "text.html.php meta.tag.structure.body.start.html punctuation.definition.tag.end.html",
214214
"r": {
215215
"dark_plus": "punctuation.definition.tag: #808080",
216216
"light_plus": "punctuation.definition.tag: #800000",
@@ -322,9 +322,9 @@
322322
"c": "//",
323323
"t": "text.html.php meta.embedded.block.php source.php comment.line.double-slash.php punctuation.definition.comment.php",
324324
"r": {
325-
"dark_plus": "comment: #608B4E",
325+
"dark_plus": "comment: #6A9955",
326326
"light_plus": "comment: #008000",
327-
"dark_vs": "comment: #608B4E",
327+
"dark_vs": "comment: #6A9955",
328328
"light_vs": "comment: #008000",
329329
"hc_black": "comment: #7CA668"
330330
}
@@ -333,9 +333,9 @@
333333
"c": " Code to be executed",
334334
"t": "text.html.php meta.embedded.block.php source.php comment.line.double-slash.php",
335335
"r": {
336-
"dark_plus": "comment: #608B4E",
336+
"dark_plus": "comment: #6A9955",
337337
"light_plus": "comment: #008000",
338-
"dark_vs": "comment: #608B4E",
338+
"dark_vs": "comment: #6A9955",
339339
"light_vs": "comment: #008000",
340340
"hc_black": "comment: #7CA668"
341341
}
@@ -377,9 +377,9 @@
377377
"c": "/*",
378378
"t": "text.html.php meta.embedded.block.php source.php comment.block.php punctuation.definition.comment.php",
379379
"r": {
380-
"dark_plus": "comment: #608B4E",
380+
"dark_plus": "comment: #6A9955",
381381
"light_plus": "comment: #008000",
382-
"dark_vs": "comment: #608B4E",
382+
"dark_vs": "comment: #6A9955",
383383
"light_vs": "comment: #008000",
384384
"hc_black": "comment: #7CA668"
385385
}
@@ -388,9 +388,9 @@
388388
"c": " Example PHP file",
389389
"t": "text.html.php meta.embedded.block.php source.php comment.block.php",
390390
"r": {
391-
"dark_plus": "comment: #608B4E",
391+
"dark_plus": "comment: #6A9955",
392392
"light_plus": "comment: #008000",
393-
"dark_vs": "comment: #608B4E",
393+
"dark_vs": "comment: #6A9955",
394394
"light_vs": "comment: #008000",
395395
"hc_black": "comment: #7CA668"
396396
}
@@ -399,9 +399,9 @@
399399
"c": "\tmultiline comment",
400400
"t": "text.html.php meta.embedded.block.php source.php comment.block.php",
401401
"r": {
402-
"dark_plus": "comment: #608B4E",
402+
"dark_plus": "comment: #6A9955",
403403
"light_plus": "comment: #008000",
404-
"dark_vs": "comment: #608B4E",
404+
"dark_vs": "comment: #6A9955",
405405
"light_vs": "comment: #008000",
406406
"hc_black": "comment: #7CA668"
407407
}
@@ -410,9 +410,9 @@
410410
"c": "\t",
411411
"t": "text.html.php meta.embedded.block.php source.php comment.block.php",
412412
"r": {
413-
"dark_plus": "comment: #608B4E",
413+
"dark_plus": "comment: #6A9955",
414414
"light_plus": "comment: #008000",
415-
"dark_vs": "comment: #608B4E",
415+
"dark_vs": "comment: #6A9955",
416416
"light_vs": "comment: #008000",
417417
"hc_black": "comment: #7CA668"
418418
}
@@ -421,9 +421,9 @@
421421
"c": "*/",
422422
"t": "text.html.php meta.embedded.block.php source.php comment.block.php punctuation.definition.comment.php",
423423
"r": {
424-
"dark_plus": "comment: #608B4E",
424+
"dark_plus": "comment: #6A9955",
425425
"light_plus": "comment: #008000",
426-
"dark_vs": "comment: #608B4E",
426+
"dark_vs": "comment: #6A9955",
427427
"light_vs": "comment: #008000",
428428
"hc_black": "comment: #7CA668"
429429
}
@@ -2654,9 +2654,9 @@
26542654
"c": "//",
26552655
"t": "text.html.php meta.embedded.block.php source.php comment.line.double-slash.php punctuation.definition.comment.php",
26562656
"r": {
2657-
"dark_plus": "comment: #608B4E",
2657+
"dark_plus": "comment: #6A9955",
26582658
"light_plus": "comment: #008000",
2659-
"dark_vs": "comment: #608B4E",
2659+
"dark_vs": "comment: #6A9955",
26602660
"light_vs": "comment: #008000",
26612661
"hc_black": "comment: #7CA668"
26622662
}
@@ -2665,9 +2665,9 @@
26652665
"c": " display shuffled cards (EXAMPLE ONLY)",
26662666
"t": "text.html.php meta.embedded.block.php source.php comment.line.double-slash.php",
26672667
"r": {
2668-
"dark_plus": "comment: #608B4E",
2668+
"dark_plus": "comment: #6A9955",
26692669
"light_plus": "comment: #008000",
2670-
"dark_vs": "comment: #608B4E",
2670+
"dark_vs": "comment: #6A9955",
26712671
"light_vs": "comment: #008000",
26722672
"hc_black": "comment: #7CA668"
26732673
}
@@ -3565,7 +3565,7 @@
35653565
},
35663566
{
35673567
"c": "</",
3568-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
3568+
"t": "text.html.php meta.tag.structure.body.end.html punctuation.definition.tag.begin.html",
35693569
"r": {
35703570
"dark_plus": "punctuation.definition.tag: #808080",
35713571
"light_plus": "punctuation.definition.tag: #800000",
@@ -3576,7 +3576,7 @@
35763576
},
35773577
{
35783578
"c": "body",
3579-
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
3579+
"t": "text.html.php meta.tag.structure.body.end.html entity.name.tag.html",
35803580
"r": {
35813581
"dark_plus": "entity.name.tag: #569CD6",
35823582
"light_plus": "entity.name.tag: #800000",
@@ -3587,7 +3587,7 @@
35873587
},
35883588
{
35893589
"c": ">",
3590-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
3590+
"t": "text.html.php meta.tag.structure.body.end.html punctuation.definition.tag.end.html",
35913591
"r": {
35923592
"dark_plus": "punctuation.definition.tag: #808080",
35933593
"light_plus": "punctuation.definition.tag: #800000",
@@ -3598,7 +3598,7 @@
35983598
},
35993599
{
36003600
"c": "</",
3601-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
3601+
"t": "text.html.php meta.tag.structure.html.end.html punctuation.definition.tag.begin.html",
36023602
"r": {
36033603
"dark_plus": "punctuation.definition.tag: #808080",
36043604
"light_plus": "punctuation.definition.tag: #800000",
@@ -3609,7 +3609,7 @@
36093609
},
36103610
{
36113611
"c": "html",
3612-
"t": "text.html.php meta.tag.structure.any.html entity.name.tag.structure.any.html",
3612+
"t": "text.html.php meta.tag.structure.html.end.html entity.name.tag.html",
36133613
"r": {
36143614
"dark_plus": "entity.name.tag: #569CD6",
36153615
"light_plus": "entity.name.tag: #800000",
@@ -3620,7 +3620,7 @@
36203620
},
36213621
{
36223622
"c": ">",
3623-
"t": "text.html.php meta.tag.structure.any.html punctuation.definition.tag.html",
3623+
"t": "text.html.php meta.tag.structure.html.end.html punctuation.definition.tag.end.html",
36243624
"r": {
36253625
"dark_plus": "punctuation.definition.tag: #808080",
36263626
"light_plus": "punctuation.definition.tag: #800000",

0 commit comments

Comments
 (0)