diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 7ef727b9d..1cbd8d664 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -534,6 +534,10 @@ | |||
534 | { | 534 | { |
535 | "id": "unresolvedReference", | 535 | "id": "unresolvedReference", |
536 | "description": "Style for names which can not be resolved due to compilation errors" | 536 | "description": "Style for names which can not be resolved due to compilation errors" |
537 | }, | ||
538 | { | ||
539 | "id": "formatSpecifier", | ||
540 | "description": "Style for {} placeholders in format strings" | ||
537 | } | 541 | } |
538 | ], | 542 | ], |
539 | "semanticTokenModifiers": [ | 543 | "semanticTokenModifiers": [ |