mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-10 02:12:40 +00:00
Color constants
This commit is contained in:
parent
9784ab9f39
commit
a8e68ff814
3 changed files with 13 additions and 2 deletions
|
@ -383,6 +383,9 @@
|
|||
"semanticTokenTypes": [
|
||||
{
|
||||
"id": "attribute"
|
||||
},
|
||||
{
|
||||
"id": "constant"
|
||||
}
|
||||
],
|
||||
"semanticTokenModifiers": [
|
||||
|
@ -411,6 +414,12 @@
|
|||
"highContrast": {
|
||||
"fontStyle": "underline"
|
||||
}
|
||||
},
|
||||
{
|
||||
"selector": "constant",
|
||||
"scope": [
|
||||
"entity.name.constant"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue