Unnamed repository; edit this file 'description' to name the repository.
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 31c483beb6..a4897899ca 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1804,13 +1804,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"
},