diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 3fbf3f0bb..ad1101603 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -383,6 +383,9 @@ | |||
383 | "semanticTokenTypes": [ | 383 | "semanticTokenTypes": [ |
384 | { | 384 | { |
385 | "id": "attribute" | 385 | "id": "attribute" |
386 | }, | ||
387 | { | ||
388 | "id": "constant" | ||
386 | } | 389 | } |
387 | ], | 390 | ], |
388 | "semanticTokenModifiers": [ | 391 | "semanticTokenModifiers": [ |
@@ -411,6 +414,12 @@ | |||
411 | "highContrast": { | 414 | "highContrast": { |
412 | "fontStyle": "underline" | 415 | "fontStyle": "underline" |
413 | } | 416 | } |
417 | }, | ||
418 | { | ||
419 | "selector": "constant", | ||
420 | "scope": [ | ||
421 | "entity.name.constant" | ||
422 | ] | ||
414 | } | 423 | } |
415 | ] | 424 | ] |
416 | } | 425 | } |