mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
Merge #3834
3834: Set semantic tokens supertypes r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
795b8cf9c5
@ -488,7 +488,8 @@
|
||||
},
|
||||
{
|
||||
"id": "builtinType",
|
||||
"description": "Style for builtin types"
|
||||
"description": "Style for builtin types",
|
||||
"superType": "type"
|
||||
},
|
||||
{
|
||||
"id": "lifetime",
|
||||
@ -496,11 +497,13 @@
|
||||
},
|
||||
{
|
||||
"id": "typeAlias",
|
||||
"description": "Style for type aliases"
|
||||
"description": "Style for type aliases",
|
||||
"superType": "type"
|
||||
},
|
||||
{
|
||||
"id": "union",
|
||||
"description": "Style for C-style untagged unions"
|
||||
"description": "Style for C-style untagged unions",
|
||||
"superType": "type"
|
||||
}
|
||||
],
|
||||
"semanticTokenModifiers": [
|
||||
|
Loading…
Reference in New Issue
Block a user