Welcome to mirror list, hosted at ThFree Co, Russian Federation.

issue-76997_php.json « colorize-results « test « vscode-colorize-tests « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0284a7f7c954553557266217939ff48f50c062fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
	{
		"c": "<",
		"t": "text.html.php meta.tag.other.unrecognized.html.derivative punctuation.definition.tag.begin.html",
		"r": {
			"dark_plus": "punctuation.definition.tag: #808080",
			"light_plus": "punctuation.definition.tag: #800000",
			"dark_vs": "punctuation.definition.tag: #808080",
			"light_vs": "punctuation.definition.tag: #800000",
			"hc_black": "punctuation.definition.tag: #808080",
			"hc_light": "punctuation.definition.tag: #0F4A85"
		}
	},
	{
		"c": "hello",
		"t": "text.html.php meta.tag.other.unrecognized.html.derivative entity.name.tag.html",
		"r": {
			"dark_plus": "entity.name.tag: #569CD6",
			"light_plus": "entity.name.tag: #800000",
			"dark_vs": "entity.name.tag: #569CD6",
			"light_vs": "entity.name.tag: #800000",
			"hc_black": "entity.name.tag: #569CD6",
			"hc_light": "entity.name.tag: #0F4A85"
		}
	},
	{
		"c": ">",
		"t": "text.html.php meta.tag.other.unrecognized.html.derivative punctuation.definition.tag.end.html",
		"r": {
			"dark_plus": "punctuation.definition.tag: #808080",
			"light_plus": "punctuation.definition.tag: #800000",
			"dark_vs": "punctuation.definition.tag: #808080",
			"light_vs": "punctuation.definition.tag: #800000",
			"hc_black": "punctuation.definition.tag: #808080",
			"hc_light": "punctuation.definition.tag: #0F4A85"
		}
	},
	{
		"c": "</",
		"t": "text.html.php meta.tag.other.unrecognized.html.derivative punctuation.definition.tag.begin.html",
		"r": {
			"dark_plus": "punctuation.definition.tag: #808080",
			"light_plus": "punctuation.definition.tag: #800000",
			"dark_vs": "punctuation.definition.tag: #808080",
			"light_vs": "punctuation.definition.tag: #800000",
			"hc_black": "punctuation.definition.tag: #808080",
			"hc_light": "punctuation.definition.tag: #0F4A85"
		}
	},
	{
		"c": "hello",
		"t": "text.html.php meta.tag.other.unrecognized.html.derivative entity.name.tag.html",
		"r": {
			"dark_plus": "entity.name.tag: #569CD6",
			"light_plus": "entity.name.tag: #800000",
			"dark_vs": "entity.name.tag: #569CD6",
			"light_vs": "entity.name.tag: #800000",
			"hc_black": "entity.name.tag: #569CD6",
			"hc_light": "entity.name.tag: #0F4A85"
		}
	},
	{
		"c": ">",
		"t": "text.html.php meta.tag.other.unrecognized.html.derivative punctuation.definition.tag.end.html",
		"r": {
			"dark_plus": "punctuation.definition.tag: #808080",
			"light_plus": "punctuation.definition.tag: #800000",
			"dark_vs": "punctuation.definition.tag: #808080",
			"light_vs": "punctuation.definition.tag: #800000",
			"hc_black": "punctuation.definition.tag: #808080",
			"hc_light": "punctuation.definition.tag: #0F4A85"
		}
	}
]