Skip to content

Commit 505d44f

Browse files
committed
[less] test for microsoft#14119
1 parent 44c88fa commit 505d44f

2 files changed

Lines changed: 225 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#f(@hm: "broken highlighting in VS Code") {
2+
content: "";
3+
}
Lines changed: 222 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,222 @@
1+
[
2+
{
3+
"c": "#",
4+
"t": "attribute-name.css.definition.entity.id.meta.other.punctuation.selector",
5+
"r": {
6+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)",
7+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)",
8+
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)",
9+
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)",
10+
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)"
11+
}
12+
},
13+
{
14+
"c": "f",
15+
"t": "attribute-name.css.entity.id.meta.other.selector",
16+
"r": {
17+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.entity.other.attribute-name.css rgb(215, 186, 125)",
18+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.entity.other.attribute-name.css rgb(128, 0, 0)",
19+
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.entity.other.attribute-name.css rgb(215, 186, 125)",
20+
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.entity.other.attribute-name.css rgb(128, 0, 0)",
21+
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.entity.other.attribute-name.css rgb(215, 186, 125)"
22+
}
23+
},
24+
{
25+
"c": "(",
26+
"t": "brace.css.meta.round",
27+
"r": {
28+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
29+
"light_plus": ".vs .token rgb(0, 0, 0)",
30+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
31+
"light_vs": ".vs .token rgb(0, 0, 0)",
32+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
33+
}
34+
},
35+
{
36+
"c": "@hm",
37+
"t": "less.other.variable",
38+
"r": {
39+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.variable rgb(156, 220, 254)",
40+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.variable rgb(0, 16, 128)",
41+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
42+
"light_vs": ".vs .token rgb(0, 0, 0)",
43+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
44+
}
45+
},
46+
{
47+
"c": ":",
48+
"t": "css.key-value.punctuation.separator",
49+
"r": {
50+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
51+
"light_plus": ".vs .token rgb(0, 0, 0)",
52+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
53+
"light_vs": ".vs .token rgb(0, 0, 0)",
54+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
55+
}
56+
},
57+
{
58+
"c": " ",
59+
"t": "",
60+
"r": {
61+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
62+
"light_plus": ".vs .token rgb(0, 0, 0)",
63+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
64+
"light_vs": ".vs .token rgb(0, 0, 0)",
65+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
66+
}
67+
},
68+
{
69+
"c": "\"",
70+
"t": "begin.css.definition.double.punctuation.quoted.string",
71+
"r": {
72+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)",
73+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)",
74+
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)",
75+
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)",
76+
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)"
77+
}
78+
},
79+
{
80+
"c": "broken highlighting in VS Code",
81+
"t": "css.double.quoted.string",
82+
"r": {
83+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)",
84+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)",
85+
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)",
86+
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)",
87+
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)"
88+
}
89+
},
90+
{
91+
"c": "\"",
92+
"t": "css.definition.double.end.punctuation.quoted.string",
93+
"r": {
94+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)",
95+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)",
96+
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)",
97+
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)",
98+
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)"
99+
}
100+
},
101+
{
102+
"c": ")",
103+
"t": "brace.css.meta.round",
104+
"r": {
105+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
106+
"light_plus": ".vs .token rgb(0, 0, 0)",
107+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
108+
"light_vs": ".vs .token rgb(0, 0, 0)",
109+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
110+
}
111+
},
112+
{
113+
"c": " ",
114+
"t": "",
115+
"r": {
116+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
117+
"light_plus": ".vs .token rgb(0, 0, 0)",
118+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
119+
"light_vs": ".vs .token rgb(0, 0, 0)",
120+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
121+
}
122+
},
123+
{
124+
"c": "{",
125+
"t": "begin.css.meta.property-list.punctuation.section",
126+
"r": {
127+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
128+
"light_plus": ".vs .token rgb(0, 0, 0)",
129+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
130+
"light_vs": ".vs .token rgb(0, 0, 0)",
131+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
132+
}
133+
},
134+
{
135+
"c": " ",
136+
"t": "css.meta.property-list",
137+
"r": {
138+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
139+
"light_plus": ".vs .token rgb(0, 0, 0)",
140+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
141+
"light_vs": ".vs .token rgb(0, 0, 0)",
142+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
143+
}
144+
},
145+
{
146+
"c": "content",
147+
"t": "css.meta.property-list.property-name.support.type",
148+
"r": {
149+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.support.type.property-name rgb(156, 220, 254)",
150+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.support.type.property-name.css rgb(255, 0, 0)",
151+
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.support.type.property-name rgb(156, 220, 254)",
152+
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.support.type.property-name.css rgb(255, 0, 0)",
153+
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.support.type.property-name rgb(212, 212, 212)"
154+
}
155+
},
156+
{
157+
"c": ":",
158+
"t": "css.key-value.meta.property-list.punctuation.separator",
159+
"r": {
160+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
161+
"light_plus": ".vs .token rgb(0, 0, 0)",
162+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
163+
"light_vs": ".vs .token rgb(0, 0, 0)",
164+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
165+
}
166+
},
167+
{
168+
"c": " ",
169+
"t": "css.meta.property-list",
170+
"r": {
171+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
172+
"light_plus": ".vs .token rgb(0, 0, 0)",
173+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
174+
"light_vs": ".vs .token rgb(0, 0, 0)",
175+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
176+
}
177+
},
178+
{
179+
"c": "\"",
180+
"t": "begin.css.definition.double.meta.property-list.property-value.punctuation.quoted.string",
181+
"r": {
182+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)",
183+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)",
184+
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)",
185+
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)",
186+
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)"
187+
}
188+
},
189+
{
190+
"c": "\"",
191+
"t": "css.definition.double.end.meta.property-list.property-value.punctuation.quoted.string",
192+
"r": {
193+
"dark_plus": ".vs-dark.vscode-theme-defaults-themes-dark_plus-json .token.string rgb(206, 145, 120)",
194+
"light_plus": ".vs.vscode-theme-defaults-themes-light_plus-json .token.string rgb(163, 21, 21)",
195+
"dark_vs": ".vs-dark.vscode-theme-defaults-themes-dark_vs-json .token.string rgb(206, 145, 120)",
196+
"light_vs": ".vs.vscode-theme-defaults-themes-light_vs-json .token.string rgb(163, 21, 21)",
197+
"hc_black": ".hc-black.vscode-theme-defaults-themes-hc_black-json .token.string rgb(206, 145, 120)"
198+
}
199+
},
200+
{
201+
"c": ";",
202+
"t": "css.meta.property-list.punctuation.rule.terminator",
203+
"r": {
204+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
205+
"light_plus": ".vs .token rgb(0, 0, 0)",
206+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
207+
"light_vs": ".vs .token rgb(0, 0, 0)",
208+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
209+
}
210+
},
211+
{
212+
"c": "}",
213+
"t": "css.end.meta.property-list.punctuation.section",
214+
"r": {
215+
"dark_plus": ".vs-dark .token rgb(212, 212, 212)",
216+
"light_plus": ".vs .token rgb(0, 0, 0)",
217+
"dark_vs": ".vs-dark .token rgb(212, 212, 212)",
218+
"light_vs": ".vs .token rgb(0, 0, 0)",
219+
"hc_black": ".hc-black .token rgb(255, 255, 255)"
220+
}
221+
}
222+
]

0 commit comments

Comments
 (0)