mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Set attr scope
This commit is contained in:
parent
a94e96720d
commit
00fc17272d
1 changed files with 6 additions and 0 deletions
|
@ -404,6 +404,12 @@
|
|||
}
|
||||
],
|
||||
"semanticTokenStyleDefaults": [
|
||||
{
|
||||
"selector": "attribute",
|
||||
"scope": [
|
||||
"meta.attribute"
|
||||
]
|
||||
},
|
||||
{
|
||||
"selector": "*.mutable",
|
||||
"light": {
|
||||
|
|
Loading…
Reference in a new issue