mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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": [
|
"semanticTokenStyleDefaults": [
|
||||||
|
{
|
||||||
|
"selector": "attribute",
|
||||||
|
"scope": [
|
||||||
|
"meta.attribute"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"selector": "*.mutable",
|
"selector": "*.mutable",
|
||||||
"light": {
|
"light": {
|
||||||
|
|
Loading…
Reference in a new issue