aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-05-04 12:10:59 +0100
committerAleksey Kladov <[email protected]>2020-05-04 12:10:59 +0100
commitdc19d64f0a0d4a354f0c50ec8939087897489be3 (patch)
tree19a59888c1d64a30bd4572c56f783a5c25afdd53 /editors
parentb1a5dc8c8b8588ac61d1952ba3b4cf3b68d2a477 (diff)
Specify cotributed semanticTokenTypes in package.json
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json4
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": [