From 1f35e4d3f1a741b4fd7468dd62eaac7b14f184a7 Mon Sep 17 00:00:00 2001 From: oxalica Date: Wed, 19 Jul 2023 15:12:53 +0800 Subject: Introduce `invalidEscapeSequence` semantic token type --- editors/code/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'editors/code/package.json') 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,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" -- cgit 1.4.1-3-g733a5