mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 23:24:29 +00:00
Specify cotributed semanticTokenTypes in package.json
This commit is contained in:
parent
b1a5dc8c8b
commit
dc19d64f0a
1 changed files with 4 additions and 0 deletions
|
@ -534,6 +534,10 @@
|
|||
{
|
||||
"id": "unresolvedReference",
|
||||
"description": "Style for names which can not be resolved due to compilation errors"
|
||||
},
|
||||
{
|
||||
"id": "formatSpecifier",
|
||||
"description": "Style for {} placeholders in format strings"
|
||||
}
|
||||
],
|
||||
"semanticTokenModifiers": [
|
||||
|
|
Loading…
Reference in a new issue