aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 87999fe22..1d90e4298 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -465,6 +465,15 @@
465 "light": "#747474", 465 "light": "#747474",
466 "highContrast": "#BEBEBE" 466 "highContrast": "#BEBEBE"
467 } 467 }
468 },
469 {
470 "id": "rust_analyzer.syntaxTreeBorder",
471 "description": "Color of the border displayed in the Rust source code for the selected syntax node (see \"Show Syntax Tree\" command)",
472 "defaults": {
473 "dark": "#ffffff",
474 "light": "#b700ff",
475 "highContrast": "#b700ff"
476 }
468 } 477 }
469 ], 478 ],
470 "semanticTokenTypes": [ 479 "semanticTokenTypes": [