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
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…
Add table
Reference in a new issue