mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 05:23:12 +00:00
Introduce invalidEscapeSequence semantic token type
This commit is contained in:
parent
59a3e42ac9
commit
1f35e4d3f1
23 changed files with 52 additions and 26 deletions
|
|
@ -1801,12 +1801,16 @@
|
|||
},
|
||||
{
|
||||
"id": "escapeSequence",
|
||||
"description": "Style for char escapes in strings"
|
||||
"description": "Style for char or byte escapes in strings"
|
||||
},
|
||||
{
|
||||
"id": "formatSpecifier",
|
||||
"description": "Style for {} placeholders in format strings"
|
||||
},
|
||||
{
|
||||
"id": "invalidEscapeSequence",
|
||||
"description": "Style for invalid char or byte escapes in strings"
|
||||
},
|
||||
{
|
||||
"id": "label",
|
||||
"description": "Style for labels"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue