Skip to content

Commit 2a968d4

Browse files
committed
Set semantic tokens supertypes
1 parent ac91de1 commit 2a968d4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

editors/code/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,19 +488,22 @@
488488
},
489489
{
490490
"id": "builtinType",
491-
"description": "Style for builtin types"
491+
"description": "Style for builtin types",
492+
"superType": "type"
492493
},
493494
{
494495
"id": "lifetime",
495496
"description": "Style for lifetimes"
496497
},
497498
{
498499
"id": "typeAlias",
499-
"description": "Style for type aliases"
500+
"description": "Style for type aliases",
501+
"superType": "type"
500502
},
501503
{
502504
"id": "union",
503-
"description": "Style for C-style untagged unions"
505+
"description": "Style for C-style untagged unions",
506+
"superType": "type"
504507
}
505508
],
506509
"semanticTokenModifiers": [

0 commit comments

Comments
 (0)