about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2023-07-19 15:12:53 +0800
committeroxalica <oxalicc@pm.me>2023-07-19 15:12:53 +0800
commit1f35e4d3f1a741b4fd7468dd62eaac7b14f184a7 (patch)
tree7e1d25a24fca60f90cbf56872b8b6bd4cff06585 /editors/code/package.json
parent59a3e42ac9d6ad36b4af3732b46852a61647540c (diff)
downloadrust-1f35e4d3f1a741b4fd7468dd62eaac7b14f184a7.tar.gz
rust-1f35e4d3f1a741b4fd7468dd62eaac7b14f184a7.zip
Introduce `invalidEscapeSequence` semantic token type
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index ffb5dd9079a..c84fc1cd8ac 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1801,13 +1801,17 @@
             },
             {
                 "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"
             },