mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
wip
This commit is contained in:
parent
cfc6abed9d
commit
723e83fb25
1 changed files with 14 additions and 0 deletions
|
@ -379,6 +379,20 @@
|
|||
"highContrast": "#BEBEBE"
|
||||
}
|
||||
}
|
||||
],
|
||||
"semanticTokenStyleDefaults": [
|
||||
{
|
||||
"selector": "*.mutable",
|
||||
"light": {
|
||||
"fontStyle": "underline"
|
||||
},
|
||||
"dark": {
|
||||
"fontStyle": "underline"
|
||||
},
|
||||
"highContrast": {
|
||||
"fontStyle": "underline"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue