|
281 | 281 | { |
282 | 282 | "scope": [ |
283 | 283 | "punctuation.terminator.statement", |
| 284 | + "punctuation.accessor", |
284 | 285 | "punctuation.bracket", |
285 | 286 | "punctuation.definition", |
286 | 287 | "punctuation.section.arguments", |
287 | 288 | "punctuation.section.angle-brackets", |
288 | 289 | "punctuation.section.block", |
| 290 | + "punctuation.section.class", |
| 291 | + "punctuation.section.collection-type", |
289 | 292 | "punctuation.section.embedded.begin", |
290 | 293 | "punctuation.section.embedded.end", |
| 294 | + "punctuation.section.function", |
291 | 295 | "punctuation.section.group.begin", |
292 | 296 | "punctuation.section.group.end", |
| 297 | + "punctuation.section.method", |
293 | 298 | "punctuation.section.parameters.begin", |
294 | 299 | "punctuation.section.parameters.end", |
295 | 300 | "punctuation.section.parens", |
296 | | - "punctuation.section.function", |
297 | 301 | "punctuation.section.scope", |
298 | 302 | "punctuation.separator", |
299 | 303 | "meta.brace.round", |
|
325 | 329 | } |
326 | 330 | }, |
327 | 331 | { |
328 | | - "scope": ["entity.name.tag", "support.class.component"], |
| 332 | + "scope": [ |
| 333 | + "entity.name.tag", |
| 334 | + "entity.name.type", |
| 335 | + "support.class", |
| 336 | + "support.type", |
| 337 | + "keyword.type", |
| 338 | + "storage.type.primitive", |
| 339 | + "storage.type.java" |
| 340 | + ], |
329 | 341 | "settings": { |
330 | 342 | "foreground": "#116329" |
331 | 343 | } |
|
334 | 346 | "scope": [ |
335 | 347 | "keyword.soft", |
336 | 348 | "keyword.hard", |
337 | | - "keyword.operator", |
338 | 349 | "keyword.control", |
339 | | - "keyword.other" |
| 350 | + "keyword.operator.new", |
| 351 | + "keyword.operator.expression", |
| 352 | + "keyword.operator.cast", |
| 353 | + "keyword.operator.sizeof", |
| 354 | + "keyword.other", |
| 355 | + "support.type.object", |
| 356 | + "storage", |
| 357 | + "storage.modifier.attribute", |
| 358 | + "storage.modifier" |
340 | 359 | ], |
341 | 360 | "settings": { |
342 | | - "foreground": "#cf222e" |
| 361 | + "foreground": "#d4635b" |
343 | 362 | } |
344 | 363 | }, |
345 | 364 | { |
346 | | - "scope": ["storage", "storage.type", "storage.modifier.attribute"], |
347 | | - "settings": { |
348 | | - "foreground": "#cf222e" |
349 | | - } |
350 | | - }, |
351 | | - { |
352 | | - "scope": ["storage.modifier.package", "storage.modifier.import", "storage.type.java"], |
| 365 | + "scope": ["storage.modifier.package", "storage.modifier.import"], |
353 | 366 | "settings": { |
354 | 367 | "foreground": "#1f2328" |
355 | 368 | } |
|
361 | 374 | } |
362 | 375 | }, |
363 | 376 | { |
364 | | - "scope": "support", |
365 | | - "settings": { |
366 | | - "foreground": "#0550ae" |
367 | | - } |
368 | | - }, |
369 | | - { |
370 | | - "scope": "meta.property-name", |
| 377 | + "scope": [ |
| 378 | + "support", |
| 379 | + "entity.name.type.class", |
| 380 | + "meta.property-name", |
| 381 | + "entity.name.type.namespace" |
| 382 | + ], |
371 | 383 | "settings": { |
372 | 384 | "foreground": "#0550ae" |
373 | 385 | } |
|
458 | 470 | } |
459 | 471 | }, |
460 | 472 | { |
461 | | - "scope": "support.constant", |
462 | | - "settings": { |
463 | | - "foreground": "#0550ae" |
464 | | - } |
465 | | - }, |
466 | | - { |
467 | | - "scope": "support.variable", |
| 473 | + "scope": ["support.constant", "support.variable", "support.class"], |
468 | 474 | "settings": { |
469 | 475 | "foreground": "#0550ae" |
470 | 476 | } |
|
0 commit comments