aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-04 12:11:23 +0100
committerGitHub <[email protected]>2020-05-04 12:11:23 +0100
commit96f581079ff1e2adf5758e77edc0a4c039e52df8 (patch)
tree9c64e0c943d225273465629e2599001c97e0642d
parent57f285d0ebd5291e74cc52cd991ac7bdc3ec8630 (diff)
parentdc19d64f0a0d4a354f0c50ec8939087897489be3 (diff)
Merge #4295
4295: Specify cotributed semanticTokenTypes in package.json r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-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": [