mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Merge #3353
3353: Set attr scope r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
5059cecc70
1 changed files with 6 additions and 0 deletions
|
@ -404,6 +404,12 @@
|
|||
}
|
||||
],
|
||||
"semanticTokenStyleDefaults": [
|
||||
{
|
||||
"selector": "attribute",
|
||||
"scope": [
|
||||
"meta.attribute"
|
||||
]
|
||||
},
|
||||
{
|
||||
"selector": "*.mutable",
|
||||
"light": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue