We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac91de1 commit 2a968d4Copy full SHA for 2a968d4
editors/code/package.json
@@ -488,19 +488,22 @@
488
},
489
{
490
"id": "builtinType",
491
- "description": "Style for builtin types"
+ "description": "Style for builtin types",
492
+ "superType": "type"
493
494
495
"id": "lifetime",
496
"description": "Style for lifetimes"
497
498
499
"id": "typeAlias",
- "description": "Style for type aliases"
500
+ "description": "Style for type aliases",
501
502
503
504
"id": "union",
- "description": "Style for C-style untagged unions"
505
+ "description": "Style for C-style untagged unions",
506
507
}
508
],
509
"semanticTokenModifiers": [
0 commit comments