mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
Fix semantic coloring
This commit is contained in:
parent
47a48505a5
commit
9ca69994af
@ -521,65 +521,34 @@
|
|||||||
"description": "Style for unsafe operations"
|
"description": "Style for unsafe operations"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"semanticTokenStyleDefaults": [
|
"semanticTokenScopes": [
|
||||||
{
|
{
|
||||||
"selector": "attribute",
|
"language": "rust",
|
||||||
"scope": [
|
"scopes": {
|
||||||
|
"attribute": [
|
||||||
"meta.attribute"
|
"meta.attribute"
|
||||||
]
|
],
|
||||||
},
|
"builtinType": [
|
||||||
{
|
|
||||||
"selector": "builtinType",
|
|
||||||
"scope": [
|
|
||||||
"support.type.primitive"
|
"support.type.primitive"
|
||||||
]
|
],
|
||||||
},
|
"lifetime": [
|
||||||
{
|
|
||||||
"selector": "lifetime",
|
|
||||||
"scope": [
|
|
||||||
"entity.name.lifetime.rust"
|
"entity.name.lifetime.rust"
|
||||||
]
|
],
|
||||||
},
|
"typeAlias": [
|
||||||
{
|
|
||||||
"selector": "typeAlias",
|
|
||||||
"scope": [
|
|
||||||
"entity.name.typeAlias"
|
"entity.name.typeAlias"
|
||||||
]
|
],
|
||||||
},
|
"union": [
|
||||||
{
|
|
||||||
"selector": "union",
|
|
||||||
"scope": [
|
|
||||||
"entity.name.union"
|
"entity.name.union"
|
||||||
]
|
],
|
||||||
},
|
"keyword.unsafe": [
|
||||||
{
|
|
||||||
"selector": "keyword.unsafe",
|
|
||||||
"scope": [
|
|
||||||
"keyword.other.unsafe"
|
"keyword.other.unsafe"
|
||||||
]
|
],
|
||||||
},
|
"keyword.control": [
|
||||||
{
|
|
||||||
"selector": "keyword.control",
|
|
||||||
"scope": [
|
|
||||||
"keyword.control"
|
"keyword.control"
|
||||||
]
|
],
|
||||||
},
|
"variable.constant": [
|
||||||
{
|
|
||||||
"selector": "variable.constant",
|
|
||||||
"scope": [
|
|
||||||
"entity.name.constant"
|
"entity.name.constant"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"selector": "*.mutable",
|
|
||||||
"light": {
|
|
||||||
"fontStyle": "underline"
|
|
||||||
},
|
|
||||||
"dark": {
|
|
||||||
"fontStyle": "underline"
|
|
||||||
},
|
|
||||||
"highContrast": {
|
|
||||||
"fontStyle": "underline"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user