mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 15:12:56 +00:00
Merge #4295
4295: Specify cotributed semanticTokenTypes in package.json r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
96f581079f
@ -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 New Issue
Block a user