test_cpp.json 37.1 KB
Newer Older
M
Martin Aeschlimann 已提交
1 2 3
[
	{
		"c": "//",
A
Alex Dima 已提交
4
		"t": "source.cpp comment.line.double-slash.cpp punctuation.definition.comment.cpp",
M
Martin Aeschlimann 已提交
5
		"r": {
6
			"dark_plus": "comment: #6A9955",
7
			"light_plus": "comment: #008000",
8
			"dark_vs": "comment: #6A9955",
9 10
			"light_vs": "comment: #008000",
			"hc_black": "comment: #7CA668"
M
Martin Aeschlimann 已提交
11 12 13 14
		}
	},
	{
		"c": " classes example",
A
Alex Dima 已提交
15
		"t": "source.cpp comment.line.double-slash.cpp",
M
Martin Aeschlimann 已提交
16
		"r": {
17
			"dark_plus": "comment: #6A9955",
18
			"light_plus": "comment: #008000",
19
			"dark_vs": "comment: #6A9955",
20 21
			"light_vs": "comment: #008000",
			"hc_black": "comment: #7CA668"
M
Martin Aeschlimann 已提交
22 23 24 25
		}
	},
	{
		"c": "#",
26
		"t": "source.cpp meta.preprocessor.include.cpp keyword.control.directive.include.cpp punctuation.definition.directive.cpp",
M
Martin Aeschlimann 已提交
27
		"r": {
28 29 30 31
			"dark_plus": "keyword.control: #C586C0",
			"light_plus": "keyword.control: #AF00DB",
			"dark_vs": "keyword.control: #569CD6",
			"light_vs": "keyword.control: #0000FF",
M
Martin Aeschlimann 已提交
32
			"hc_black": "keyword.control: #C586C0"
M
Martin Aeschlimann 已提交
33 34 35 36
		}
	},
	{
		"c": "include",
37
		"t": "source.cpp meta.preprocessor.include.cpp keyword.control.directive.include.cpp",
M
Martin Aeschlimann 已提交
38
		"r": {
39 40 41 42
			"dark_plus": "keyword.control: #C586C0",
			"light_plus": "keyword.control: #AF00DB",
			"dark_vs": "keyword.control: #569CD6",
			"light_vs": "keyword.control: #0000FF",
M
Martin Aeschlimann 已提交
43
			"hc_black": "keyword.control: #C586C0"
M
Martin Aeschlimann 已提交
44 45 46 47
		}
	},
	{
		"c": " ",
48
		"t": "source.cpp meta.preprocessor.include.cpp",
M
Martin Aeschlimann 已提交
49
		"r": {
50 51 52 53 54
			"dark_plus": "meta.preprocessor: #569CD6",
			"light_plus": "meta.preprocessor: #0000FF",
			"dark_vs": "meta.preprocessor: #569CD6",
			"light_vs": "meta.preprocessor: #0000FF",
			"hc_black": "meta.preprocessor: #569CD6"
M
Martin Aeschlimann 已提交
55 56 57 58
		}
	},
	{
		"c": "<",
59
		"t": "source.cpp meta.preprocessor.include.cpp string.quoted.other.lt-gt.include.cpp punctuation.definition.string.begin.cpp",
M
Martin Aeschlimann 已提交
60
		"r": {
61 62 63 64 65
			"dark_plus": "string: #CE9178",
			"light_plus": "string: #A31515",
			"dark_vs": "string: #CE9178",
			"light_vs": "string: #A31515",
			"hc_black": "string: #CE9178"
M
Martin Aeschlimann 已提交
66 67 68 69
		}
	},
	{
		"c": "iostream",
70
		"t": "source.cpp meta.preprocessor.include.cpp string.quoted.other.lt-gt.include.cpp",
M
Martin Aeschlimann 已提交
71
		"r": {
72 73 74 75 76
			"dark_plus": "string: #CE9178",
			"light_plus": "string: #A31515",
			"dark_vs": "string: #CE9178",
			"light_vs": "string: #A31515",
			"hc_black": "string: #CE9178"
M
Martin Aeschlimann 已提交
77 78 79 80
		}
	},
	{
		"c": ">",
81
		"t": "source.cpp meta.preprocessor.include.cpp string.quoted.other.lt-gt.include.cpp punctuation.definition.string.end.cpp",
M
Martin Aeschlimann 已提交
82
		"r": {
83 84 85 86 87
			"dark_plus": "string: #CE9178",
			"light_plus": "string: #A31515",
			"dark_vs": "string: #CE9178",
			"light_vs": "string: #A31515",
			"hc_black": "string: #CE9178"
M
Martin Aeschlimann 已提交
88 89 90 91
		}
	},
	{
		"c": "using",
92
		"t": "source.cpp meta.using-namespace.cpp keyword.other.using.directive.cpp",
M
Martin Aeschlimann 已提交
93
		"r": {
94 95
			"dark_plus": "keyword.other.using: #C586C0",
			"light_plus": "keyword.other.using: #AF00DB",
96 97
			"dark_vs": "keyword: #569CD6",
			"light_vs": "keyword: #0000FF",
98
			"hc_black": "keyword.other.using: #C586C0"
M
Martin Aeschlimann 已提交
99 100 101 102
		}
	},
	{
		"c": " ",
103
		"t": "source.cpp meta.using-namespace.cpp",
M
Martin Aeschlimann 已提交
104
		"r": {
105 106 107 108 109
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
110 111 112 113
		}
	},
	{
		"c": "namespace",
114
		"t": "source.cpp meta.using-namespace.cpp keyword.other.namespace.directive.cpp storage.type.namespace.directive.cpp",
M
Martin Aeschlimann 已提交
115
		"r": {
A
Alex Ross 已提交
116 117 118 119 120
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
121 122 123 124
		}
	},
	{
		"c": " ",
125
		"t": "source.cpp meta.using-namespace.cpp",
M
Martin Aeschlimann 已提交
126
		"r": {
127 128 129 130 131
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
132 133 134 135
		}
	},
	{
		"c": "std",
A
Alex Ross 已提交
136
		"t": "source.cpp meta.using-namespace.cpp entity.name.type.namespace.cpp",
M
Martin Aeschlimann 已提交
137
		"r": {
A
Alex Ross 已提交
138 139
			"dark_plus": "entity.name.type: #4EC9B0",
			"light_plus": "entity.name.type: #267F99",
140 141
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
A
Alex Ross 已提交
142
			"hc_black": "entity.name.type: #4EC9B0"
M
Martin Aeschlimann 已提交
143 144 145 146
		}
	},
	{
		"c": ";",
147
		"t": "source.cpp meta.using-namespace.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
148
		"r": {
149 150 151 152 153
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
154 155 156 157
		}
	},
	{
		"c": "class",
158
		"t": "source.cpp meta.block.class.cpp meta.head.class.cpp storage.type.class.cpp",
M
Martin Aeschlimann 已提交
159
		"r": {
160 161 162 163 164
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
165 166 167 168
		}
	},
	{
		"c": " ",
169
		"t": "source.cpp meta.block.class.cpp meta.head.class.cpp",
M
Martin Aeschlimann 已提交
170
		"r": {
171 172 173 174 175
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
176 177 178 179
		}
	},
	{
		"c": "Rectangle",
180
		"t": "source.cpp meta.block.class.cpp meta.head.class.cpp entity.name.type.class.cpp",
M
Martin Aeschlimann 已提交
181
		"r": {
182 183 184 185
			"dark_plus": "entity.name.type: #4EC9B0",
			"light_plus": "entity.name.type: #267F99",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
M
Martin Aeschlimann 已提交
186
			"hc_black": "entity.name.type: #4EC9B0"
M
Martin Aeschlimann 已提交
187 188 189 190
		}
	},
	{
		"c": " ",
191
		"t": "source.cpp meta.block.class.cpp meta.head.class.cpp",
M
Martin Aeschlimann 已提交
192
		"r": {
193 194 195 196 197
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
198 199 200 201
		}
	},
	{
		"c": "{",
202
		"t": "source.cpp meta.block.class.cpp meta.head.class.cpp punctuation.section.block.begin.bracket.curly.class.cpp",
M
Martin Aeschlimann 已提交
203
		"r": {
204 205 206 207 208
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
209 210 211 212
		}
	},
	{
		"c": "    ",
213
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
M
Martin Aeschlimann 已提交
214
		"r": {
215 216 217 218 219
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
220 221 222 223
		}
	},
	{
		"c": "int",
224
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
225
		"r": {
226 227 228 229 230
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
231 232 233
		}
	},
	{
234
		"c": " width",
235
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
236 237 238 239 240 241 242 243 244 245
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": ",",
246
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp comma.cpp punctuation.separator.delimiter.cpp",
247 248 249 250 251 252 253 254 255 256
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": " height",
257
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
M
Martin Aeschlimann 已提交
258
		"r": {
259 260 261 262 263
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
264 265
		}
	},
266 267
	{
		"c": ";",
268
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp punctuation.terminator.statement.cpp",
269 270 271 272 273 274 275 276
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
M
Martin Aeschlimann 已提交
277 278
	{
		"c": "  ",
279
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
M
Martin Aeschlimann 已提交
280
		"r": {
281 282 283 284 285
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
286 287 288 289
		}
	},
	{
		"c": "public:",
290
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp storage.type.modifier.access.control.public:.cpp",
M
Martin Aeschlimann 已提交
291
		"r": {
292 293 294 295 296
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
297 298 299 300
		}
	},
	{
		"c": "    ",
301
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
M
Martin Aeschlimann 已提交
302
		"r": {
303 304 305 306 307
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
308 309 310 311
		}
	},
	{
		"c": "void",
312
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
313
		"r": {
314 315 316 317 318
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
319 320 321 322
		}
	},
	{
		"c": " ",
323
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
M
Martin Aeschlimann 已提交
324
		"r": {
325 326 327 328 329
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
330 331 332 333
		}
	},
	{
		"c": "set_values",
334
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp entity.name.function.cpp",
M
Martin Aeschlimann 已提交
335
		"r": {
336 337 338 339
			"dark_plus": "entity.name.function: #DCDCAA",
			"light_plus": "entity.name.function: #795E26",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
M
Martin Aeschlimann 已提交
340
			"hc_black": "entity.name.function: #DCDCAA"
M
Martin Aeschlimann 已提交
341 342 343 344
		}
	},
	{
		"c": " ",
345
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp",
M
Martin Aeschlimann 已提交
346
		"r": {
347 348 349 350 351
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
352 353 354 355
		}
	},
	{
		"c": "(",
356
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp punctuation.section.parameters.begin.bracket.round.cpp",
M
Martin Aeschlimann 已提交
357
		"r": {
358 359 360 361 362
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
363 364 365 366
		}
	},
	{
		"c": "int",
367
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
368
		"r": {
369 370 371 372 373
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
374 375 376 377
		}
	},
	{
		"c": ",",
378
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp comma.cpp punctuation.separator.delimiter.cpp",
M
Martin Aeschlimann 已提交
379
		"r": {
380 381 382 383 384
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
385 386 387 388
		}
	},
	{
		"c": "int",
389
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
390
		"r": {
391 392 393 394 395
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
396 397 398 399
		}
	},
	{
		"c": ")",
400
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp punctuation.section.parameters.end.bracket.round.cpp",
M
Martin Aeschlimann 已提交
401
		"r": {
402 403 404 405 406
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
407 408 409 410
		}
	},
	{
		"c": ";",
411
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
412
		"r": {
413 414 415 416 417
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
418 419 420 421
		}
	},
	{
		"c": "    ",
422
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
M
Martin Aeschlimann 已提交
423
		"r": {
424 425 426 427 428
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
429 430 431 432
		}
	},
	{
		"c": "int",
433
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
434
		"r": {
435 436 437 438 439
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
440 441 442 443
		}
	},
	{
		"c": " ",
444
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
M
Martin Aeschlimann 已提交
445
		"r": {
446 447 448 449 450
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
451 452 453 454
		}
	},
	{
		"c": "area",
455
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp entity.name.function.cpp",
M
Martin Aeschlimann 已提交
456
		"r": {
457 458 459 460
			"dark_plus": "entity.name.function: #DCDCAA",
			"light_plus": "entity.name.function: #795E26",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
M
Martin Aeschlimann 已提交
461
			"hc_black": "entity.name.function: #DCDCAA"
M
Martin Aeschlimann 已提交
462 463 464 465
		}
	},
	{
		"c": "(",
466
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp punctuation.section.parameters.begin.bracket.round.cpp",
M
Martin Aeschlimann 已提交
467
		"r": {
468 469 470 471 472
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
473 474 475 476
		}
	},
	{
		"c": ")",
477
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp punctuation.section.parameters.end.bracket.round.cpp",
M
Martin Aeschlimann 已提交
478
		"r": {
479 480 481 482 483
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
484 485 486 487
		}
	},
	{
		"c": " ",
488
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp",
M
Martin Aeschlimann 已提交
489
		"r": {
490 491 492 493 494
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
495 496 497 498
		}
	},
	{
		"c": "{",
499
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.block.cpp punctuation.section.block.begin.bracket.curly.cpp",
M
Martin Aeschlimann 已提交
500
		"r": {
501 502 503 504 505
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
506 507 508 509
		}
	},
	{
		"c": "return",
510
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.block.cpp keyword.control.return.cpp",
M
Martin Aeschlimann 已提交
511
		"r": {
512 513 514 515
			"dark_plus": "keyword.control: #C586C0",
			"light_plus": "keyword.control: #AF00DB",
			"dark_vs": "keyword.control: #569CD6",
			"light_vs": "keyword.control: #0000FF",
M
Martin Aeschlimann 已提交
516
			"hc_black": "keyword.control: #C586C0"
M
Martin Aeschlimann 已提交
517 518 519
		}
	},
	{
M
Martin Aeschlimann 已提交
520
		"c": " width",
521
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
522
		"r": {
523 524 525 526 527
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
528 529 530 531
		}
	},
	{
		"c": "*",
532
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.block.cpp keyword.operator.cpp",
M
Martin Aeschlimann 已提交
533
		"r": {
534 535 536 537 538
			"dark_plus": "keyword.operator: #D4D4D4",
			"light_plus": "keyword.operator: #000000",
			"dark_vs": "keyword.operator: #D4D4D4",
			"light_vs": "keyword.operator: #000000",
			"hc_black": "keyword.operator: #D4D4D4"
M
Martin Aeschlimann 已提交
539 540 541
		}
	},
	{
542
		"c": "height",
543
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.block.cpp",
544 545 546 547 548 549 550 551 552 553
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": ";",
554
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.block.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
555
		"r": {
556 557 558 559 560
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
561 562 563 564
		}
	},
	{
		"c": "}",
565
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp meta.block.cpp punctuation.section.block.end.bracket.curly.cpp",
M
Martin Aeschlimann 已提交
566
		"r": {
567 568 569 570 571
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
572 573 574 575
		}
	},
	{
		"c": "}",
576
		"t": "source.cpp meta.block.class.cpp meta.body.class.cpp punctuation.section.block.end.bracket.curly.class.cpp",
M
Martin Aeschlimann 已提交
577
		"r": {
578 579 580 581 582
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
583 584 585 586
		}
	},
	{
		"c": ";",
587
		"t": "source.cpp meta.block.class.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
588
		"r": {
589 590 591 592 593
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
594 595 596 597
		}
	},
	{
		"c": "void",
A
Alex Ross 已提交
598
		"t": "source.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
599
		"r": {
600 601 602 603 604
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
605 606 607 608
		}
	},
	{
		"c": " ",
A
Alex Ross 已提交
609
		"t": "source.cpp meta.scope-resolution.cpp",
M
Martin Aeschlimann 已提交
610
		"r": {
611 612 613 614 615
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
616 617 618
		}
	},
	{
619
		"c": "Rectangle",
620
		"t": "source.cpp meta.scope-resolution.cpp entity.name.type.namespace.scope-resolution.cpp",
621
		"r": {
622 623
			"dark_plus": "entity.name.type: #4EC9B0",
			"light_plus": "entity.name.type: #267F99",
624 625
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
626
			"hc_black": "entity.name.type: #4EC9B0"
627 628 629 630
		}
	},
	{
		"c": "::",
A
Alex Ross 已提交
631
		"t": "source.cpp meta.scope-resolution.cpp punctuation.separator.namespace.access.cpp",
632 633 634 635 636 637 638 639 640 641
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": "set_values",
A
Alex Ross 已提交
642
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp entity.name.function.cpp",
M
Martin Aeschlimann 已提交
643
		"r": {
644 645 646 647
			"dark_plus": "entity.name.function: #DCDCAA",
			"light_plus": "entity.name.function: #795E26",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
M
Martin Aeschlimann 已提交
648
			"hc_black": "entity.name.function: #DCDCAA"
M
Martin Aeschlimann 已提交
649 650 651 652
		}
	},
	{
		"c": " ",
A
Alex Ross 已提交
653
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp",
M
Martin Aeschlimann 已提交
654
		"r": {
655 656 657 658 659
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
660 661 662 663
		}
	},
	{
		"c": "(",
A
Alex Ross 已提交
664
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp punctuation.section.parameters.begin.bracket.round.cpp",
M
Martin Aeschlimann 已提交
665
		"r": {
666 667 668 669 670
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
671 672 673 674
		}
	},
	{
		"c": "int",
A
Alex Ross 已提交
675
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
676
		"r": {
677 678 679 680 681
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
682 683 684
		}
	},
	{
685
		"c": " ",
A
Alex Ross 已提交
686
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp",
687 688 689 690 691 692 693 694
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
695 696
	{
		"c": "x",
A
Alex Ross 已提交
697
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp variable.parameter.cpp",
698 699 700 701 702 703 704 705
		"r": {
			"dark_plus": "variable: #9CDCFE",
			"light_plus": "variable: #001080",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "variable: #9CDCFE"
		}
	},
706 707
	{
		"c": ",",
708
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp comma.cpp punctuation.separator.delimiter.cpp",
709 710 711 712 713 714 715 716 717 718
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": " ",
A
Alex Ross 已提交
719
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp",
M
Martin Aeschlimann 已提交
720
		"r": {
721 722 723 724 725
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
726 727 728 729
		}
	},
	{
		"c": "int",
A
Alex Ross 已提交
730
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
731
		"r": {
732 733 734 735 736
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
737 738 739
		}
	},
	{
740
		"c": " ",
A
Alex Ross 已提交
741
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp",
M
Martin Aeschlimann 已提交
742
		"r": {
743 744 745 746 747
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
748 749
		}
	},
750 751
	{
		"c": "y",
A
Alex Ross 已提交
752
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp variable.parameter.cpp",
753 754 755 756 757 758 759 760
		"r": {
			"dark_plus": "variable: #9CDCFE",
			"light_plus": "variable: #001080",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "variable: #9CDCFE"
		}
	},
M
Martin Aeschlimann 已提交
761 762
	{
		"c": ")",
A
Alex Ross 已提交
763
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp punctuation.section.parameters.end.bracket.round.cpp",
M
Martin Aeschlimann 已提交
764
		"r": {
765 766 767 768 769
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
770 771 772 773
		}
	},
	{
		"c": " ",
774
		"t": "source.cpp",
M
Martin Aeschlimann 已提交
775
		"r": {
776 777 778 779 780
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
781 782 783 784
		}
	},
	{
		"c": "{",
785
		"t": "source.cpp meta.block.cpp punctuation.section.block.begin.bracket.curly.cpp",
M
Martin Aeschlimann 已提交
786
		"r": {
787 788 789 790 791
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
792 793 794
		}
	},
	{
M
Martin Aeschlimann 已提交
795
		"c": "  width ",
796
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
797
		"r": {
798 799 800 801 802
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
803 804 805 806
		}
	},
	{
		"c": "=",
807
		"t": "source.cpp meta.block.cpp keyword.operator.assignment.cpp",
M
Martin Aeschlimann 已提交
808
		"r": {
809 810 811 812 813
			"dark_plus": "keyword.operator: #D4D4D4",
			"light_plus": "keyword.operator: #000000",
			"dark_vs": "keyword.operator: #D4D4D4",
			"light_vs": "keyword.operator: #000000",
			"hc_black": "keyword.operator: #D4D4D4"
M
Martin Aeschlimann 已提交
814 815 816
		}
	},
	{
817
		"c": " x",
818
		"t": "source.cpp meta.block.cpp",
819 820 821 822 823 824 825 826 827 828
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": ";",
829
		"t": "source.cpp meta.block.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
830
		"r": {
831 832 833 834 835
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
836 837 838 839
		}
	},
	{
		"c": "  height ",
840
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
841
		"r": {
842 843 844 845 846
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
847 848 849
		}
	},
	{
M
Martin Aeschlimann 已提交
850
		"c": "=",
851
		"t": "source.cpp meta.block.cpp keyword.operator.assignment.cpp",
M
Martin Aeschlimann 已提交
852
		"r": {
853 854 855 856 857
			"dark_plus": "keyword.operator: #D4D4D4",
			"light_plus": "keyword.operator: #000000",
			"dark_vs": "keyword.operator: #D4D4D4",
			"light_vs": "keyword.operator: #000000",
			"hc_black": "keyword.operator: #D4D4D4"
M
Martin Aeschlimann 已提交
858 859 860
		}
	},
	{
861
		"c": " y",
862
		"t": "source.cpp meta.block.cpp",
863 864 865 866 867 868 869 870 871 872
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": ";",
873
		"t": "source.cpp meta.block.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
874
		"r": {
875 876 877 878 879
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
880 881 882 883
		}
	},
	{
		"c": "}",
884
		"t": "source.cpp meta.block.cpp punctuation.section.block.end.bracket.curly.cpp",
M
Martin Aeschlimann 已提交
885
		"r": {
886 887 888 889 890
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
891 892 893 894
		}
	},
	{
		"c": "int",
A
Alex Ross 已提交
895
		"t": "source.cpp storage.type.primitive.cpp",
M
Martin Aeschlimann 已提交
896
		"r": {
897 898 899 900 901
			"dark_plus": "storage.type: #569CD6",
			"light_plus": "storage.type: #0000FF",
			"dark_vs": "storage.type: #569CD6",
			"light_vs": "storage.type: #0000FF",
			"hc_black": "storage.type: #569CD6"
M
Martin Aeschlimann 已提交
902 903 904 905
		}
	},
	{
		"c": " ",
906
		"t": "source.cpp",
M
Martin Aeschlimann 已提交
907
		"r": {
908 909 910 911 912
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
913 914 915 916
		}
	},
	{
		"c": "main",
A
Alex Ross 已提交
917
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp entity.name.function.cpp",
M
Martin Aeschlimann 已提交
918
		"r": {
919 920 921 922
			"dark_plus": "entity.name.function: #DCDCAA",
			"light_plus": "entity.name.function: #795E26",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
M
Martin Aeschlimann 已提交
923
			"hc_black": "entity.name.function: #DCDCAA"
M
Martin Aeschlimann 已提交
924 925 926 927
		}
	},
	{
		"c": " ",
A
Alex Ross 已提交
928
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp",
M
Martin Aeschlimann 已提交
929
		"r": {
930 931 932 933 934
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
935 936 937 938
		}
	},
	{
		"c": "(",
A
Alex Ross 已提交
939
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp punctuation.section.parameters.begin.bracket.round.cpp",
M
Martin Aeschlimann 已提交
940
		"r": {
941 942 943 944 945
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
946 947 948 949
		}
	},
	{
		"c": ")",
A
Alex Ross 已提交
950
		"t": "source.cpp meta.function.definition.parameters.cpp meta.function.definition.parameters.cpp punctuation.section.parameters.end.bracket.round.cpp",
M
Martin Aeschlimann 已提交
951
		"r": {
952 953 954 955 956
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
957 958 959 960
		}
	},
	{
		"c": " ",
961
		"t": "source.cpp",
M
Martin Aeschlimann 已提交
962
		"r": {
963 964 965 966 967
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
968 969 970 971
		}
	},
	{
		"c": "{",
972
		"t": "source.cpp meta.block.cpp punctuation.section.block.begin.bracket.curly.cpp",
M
Martin Aeschlimann 已提交
973
		"r": {
974 975 976 977 978
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
979 980 981
		}
	},
	{
982
		"c": "  Rectangle rect",
983
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
984
		"r": {
985 986 987 988 989
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
990 991 992
		}
	},
	{
993
		"c": ";",
994
		"t": "source.cpp meta.block.cpp punctuation.terminator.statement.cpp",
995 996 997 998 999 1000 1001 1002 1003
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
1004 1005
		"c": "  ",
		"t": "source.cpp meta.block.cpp",
1006 1007 1008 1009 1010 1011 1012 1013
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
1014 1015
	{
		"c": "rect",
A
Alex Ross 已提交
1016
		"t": "source.cpp meta.block.cpp variable.other.object.access.cpp",
1017 1018 1019 1020 1021 1022 1023 1024
		"r": {
			"dark_plus": "variable: #9CDCFE",
			"light_plus": "variable: #001080",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "variable: #9CDCFE"
		}
	},
1025 1026
	{
		"c": ".",
A
Alex Ross 已提交
1027
		"t": "source.cpp meta.block.cpp punctuation.separator.dot-access.cpp",
M
Martin Aeschlimann 已提交
1028
		"r": {
A
Alex Ross 已提交
1029 1030
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
1031 1032
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
A
Alex Ross 已提交
1033
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1034 1035 1036 1037
		}
	},
	{
		"c": "set_values",
1038
		"t": "source.cpp meta.block.cpp variable.other.property.cpp",
M
Martin Aeschlimann 已提交
1039
		"r": {
1040 1041
			"dark_plus": "variable: #9CDCFE",
			"light_plus": "variable: #001080",
1042 1043
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
1044
			"hc_black": "variable: #9CDCFE"
M
Martin Aeschlimann 已提交
1045 1046 1047
		}
	},
	{
1048
		"c": " ",
1049
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
1050
		"r": {
1051 1052 1053 1054 1055
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1056 1057
		}
	},
1058 1059
	{
		"c": "(",
1060
		"t": "source.cpp meta.block.cpp meta.parens.block.cpp punctuation.section.parens.begin.bracket.round.cpp",
1061
		"r": {
1062 1063 1064 1065 1066
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
1067 1068
		}
	},
M
Martin Aeschlimann 已提交
1069 1070
	{
		"c": "3",
1071
		"t": "source.cpp meta.block.cpp meta.parens.block.cpp constant.numeric.decimal.cpp",
M
Martin Aeschlimann 已提交
1072
		"r": {
1073 1074 1075 1076 1077
			"dark_plus": "constant.numeric: #B5CEA8",
			"light_plus": "constant.numeric: #09885A",
			"dark_vs": "constant.numeric: #B5CEA8",
			"light_vs": "constant.numeric: #09885A",
			"hc_black": "constant.numeric: #B5CEA8"
M
Martin Aeschlimann 已提交
1078 1079 1080 1081
		}
	},
	{
		"c": ",",
1082
		"t": "source.cpp meta.block.cpp meta.parens.block.cpp comma.cpp punctuation.separator.delimiter.cpp",
M
Martin Aeschlimann 已提交
1083
		"r": {
1084 1085 1086 1087 1088
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1089 1090 1091 1092
		}
	},
	{
		"c": "4",
1093
		"t": "source.cpp meta.block.cpp meta.parens.block.cpp constant.numeric.decimal.cpp",
M
Martin Aeschlimann 已提交
1094
		"r": {
1095 1096 1097 1098 1099
			"dark_plus": "constant.numeric: #B5CEA8",
			"light_plus": "constant.numeric: #09885A",
			"dark_vs": "constant.numeric: #B5CEA8",
			"light_vs": "constant.numeric: #09885A",
			"hc_black": "constant.numeric: #B5CEA8"
M
Martin Aeschlimann 已提交
1100 1101 1102
		}
	},
	{
1103
		"c": ")",
1104
		"t": "source.cpp meta.block.cpp meta.parens.block.cpp punctuation.section.parens.end.bracket.round.cpp",
1105 1106 1107 1108 1109 1110 1111 1112 1113 1114
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": ";",
1115
		"t": "source.cpp meta.block.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
1116
		"r": {
1117 1118 1119 1120 1121
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1122 1123 1124
		}
	},
	{
M
Martin Aeschlimann 已提交
1125
		"c": "  cout ",
1126
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
1127
		"r": {
1128 1129 1130 1131 1132
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1133 1134 1135 1136
		}
	},
	{
		"c": "<<",
1137
		"t": "source.cpp meta.block.cpp keyword.operator.bitwise.shift.cpp",
M
Martin Aeschlimann 已提交
1138
		"r": {
1139 1140 1141 1142 1143
			"dark_plus": "keyword.operator: #D4D4D4",
			"light_plus": "keyword.operator: #000000",
			"dark_vs": "keyword.operator: #D4D4D4",
			"light_vs": "keyword.operator: #000000",
			"hc_black": "keyword.operator: #D4D4D4"
M
Martin Aeschlimann 已提交
1144 1145 1146 1147
		}
	},
	{
		"c": " ",
1148
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
1149
		"r": {
1150 1151 1152 1153 1154
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1155 1156 1157 1158
		}
	},
	{
		"c": "\"",
1159
		"t": "source.cpp meta.block.cpp string.quoted.double.cpp punctuation.definition.string.begin.cpp",
M
Martin Aeschlimann 已提交
1160
		"r": {
1161 1162 1163 1164 1165
			"dark_plus": "string: #CE9178",
			"light_plus": "string: #A31515",
			"dark_vs": "string: #CE9178",
			"light_vs": "string: #A31515",
			"hc_black": "string: #CE9178"
M
Martin Aeschlimann 已提交
1166 1167 1168 1169
		}
	},
	{
		"c": "area: ",
1170
		"t": "source.cpp meta.block.cpp string.quoted.double.cpp",
M
Martin Aeschlimann 已提交
1171
		"r": {
1172 1173 1174 1175 1176
			"dark_plus": "string: #CE9178",
			"light_plus": "string: #A31515",
			"dark_vs": "string: #CE9178",
			"light_vs": "string: #A31515",
			"hc_black": "string: #CE9178"
M
Martin Aeschlimann 已提交
1177 1178 1179 1180
		}
	},
	{
		"c": "\"",
1181
		"t": "source.cpp meta.block.cpp string.quoted.double.cpp punctuation.definition.string.end.cpp",
M
Martin Aeschlimann 已提交
1182
		"r": {
1183 1184 1185 1186 1187
			"dark_plus": "string: #CE9178",
			"light_plus": "string: #A31515",
			"dark_vs": "string: #CE9178",
			"light_vs": "string: #A31515",
			"hc_black": "string: #CE9178"
M
Martin Aeschlimann 已提交
1188 1189 1190
		}
	},
	{
M
Martin Aeschlimann 已提交
1191
		"c": " ",
1192
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
1193
		"r": {
1194 1195 1196 1197 1198
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1199 1200 1201 1202
		}
	},
	{
		"c": "<<",
1203
		"t": "source.cpp meta.block.cpp keyword.operator.bitwise.shift.cpp",
M
Martin Aeschlimann 已提交
1204
		"r": {
1205 1206 1207 1208 1209
			"dark_plus": "keyword.operator: #D4D4D4",
			"light_plus": "keyword.operator: #000000",
			"dark_vs": "keyword.operator: #D4D4D4",
			"light_vs": "keyword.operator: #000000",
			"hc_black": "keyword.operator: #D4D4D4"
M
Martin Aeschlimann 已提交
1210 1211 1212
		}
	},
	{
1213 1214
		"c": " ",
		"t": "source.cpp meta.block.cpp",
1215 1216 1217 1218 1219 1220 1221 1222
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
1223 1224
	{
		"c": "rect",
A
Alex Ross 已提交
1225
		"t": "source.cpp meta.block.cpp variable.other.object.access.cpp",
1226 1227 1228 1229 1230 1231 1232 1233
		"r": {
			"dark_plus": "variable: #9CDCFE",
			"light_plus": "variable: #001080",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "variable: #9CDCFE"
		}
	},
1234 1235
	{
		"c": ".",
A
Alex Ross 已提交
1236
		"t": "source.cpp meta.block.cpp punctuation.separator.dot-access.cpp",
M
Martin Aeschlimann 已提交
1237
		"r": {
1238 1239 1240 1241 1242
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1243 1244 1245 1246
		}
	},
	{
		"c": "area",
A
Alex Ross 已提交
1247
		"t": "source.cpp meta.block.cpp entity.name.function.member.cpp",
M
Martin Aeschlimann 已提交
1248
		"r": {
1249 1250
			"dark_plus": "entity.name.function: #DCDCAA",
			"light_plus": "entity.name.function: #795E26",
1251 1252
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
M
Martin Aeschlimann 已提交
1253
			"hc_black": "entity.name.function: #DCDCAA"
M
Martin Aeschlimann 已提交
1254 1255 1256 1257
		}
	},
	{
		"c": "(",
A
Alex Ross 已提交
1258
		"t": "source.cpp meta.block.cpp punctuation.section.arguments.begin.bracket.round.function.member.cpp",
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268
		"r": {
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
		}
	},
	{
		"c": ")",
A
Alex Ross 已提交
1269
		"t": "source.cpp meta.block.cpp punctuation.section.arguments.end.bracket.round.function.member.cpp",
M
Martin Aeschlimann 已提交
1270
		"r": {
1271 1272 1273 1274 1275
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1276 1277 1278
		}
	},
	{
1279
		"c": ";",
1280
		"t": "source.cpp meta.block.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
1281
		"r": {
1282 1283 1284 1285 1286
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1287 1288 1289 1290
		}
	},
	{
		"c": "  ",
1291
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
1292
		"r": {
1293 1294 1295 1296 1297
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1298 1299 1300 1301
		}
	},
	{
		"c": "return",
1302
		"t": "source.cpp meta.block.cpp keyword.control.return.cpp",
M
Martin Aeschlimann 已提交
1303
		"r": {
1304 1305 1306 1307
			"dark_plus": "keyword.control: #C586C0",
			"light_plus": "keyword.control: #AF00DB",
			"dark_vs": "keyword.control: #569CD6",
			"light_vs": "keyword.control: #0000FF",
M
Martin Aeschlimann 已提交
1308
			"hc_black": "keyword.control: #C586C0"
M
Martin Aeschlimann 已提交
1309 1310 1311 1312
		}
	},
	{
		"c": " ",
1313
		"t": "source.cpp meta.block.cpp",
M
Martin Aeschlimann 已提交
1314
		"r": {
1315 1316 1317 1318 1319
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1320 1321 1322 1323
		}
	},
	{
		"c": "0",
A
Alex Ross 已提交
1324
		"t": "source.cpp meta.block.cpp constant.numeric.decimal.cpp",
M
Martin Aeschlimann 已提交
1325
		"r": {
1326 1327 1328 1329 1330
			"dark_plus": "constant.numeric: #B5CEA8",
			"light_plus": "constant.numeric: #09885A",
			"dark_vs": "constant.numeric: #B5CEA8",
			"light_vs": "constant.numeric: #09885A",
			"hc_black": "constant.numeric: #B5CEA8"
M
Martin Aeschlimann 已提交
1331 1332 1333 1334
		}
	},
	{
		"c": ";",
1335
		"t": "source.cpp meta.block.cpp punctuation.terminator.statement.cpp",
M
Martin Aeschlimann 已提交
1336
		"r": {
1337 1338 1339 1340 1341
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1342 1343 1344 1345
		}
	},
	{
		"c": "}",
1346
		"t": "source.cpp meta.block.cpp punctuation.section.block.end.bracket.curly.cpp",
M
Martin Aeschlimann 已提交
1347
		"r": {
1348 1349 1350 1351 1352
			"dark_plus": "default: #D4D4D4",
			"light_plus": "default: #000000",
			"dark_vs": "default: #D4D4D4",
			"light_vs": "default: #000000",
			"hc_black": "default: #FFFFFF"
M
Martin Aeschlimann 已提交
1353 1354 1355
		}
	}
]