Introduce invalidEscapeSequence semantic token type

This commit is contained in:
oxalica 2023-07-19 15:12:53 +08:00
parent 59a3e42ac9
commit 1f35e4d3f1
No known key found for this signature in database
GPG key ID: D425CB23CADE82D9
23 changed files with 52 additions and 26 deletions

View file

@ -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"