Skip to content

Commit 795b8cf

Browse files
bors[bot]matklad
andauthored
Merge #3834
3834: Set semantic tokens supertypes r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 1a8779b + 2a968d4 commit 795b8cf

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)