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 146b696e9..cf74c6775 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -450,6 +450,15 @@
450 "light": "#747474", 450 "light": "#747474",
451 "highContrast": "#BEBEBE" 451 "highContrast": "#BEBEBE"
452 } 452 }
453 },
454 {
455 "id": "rust_analyzer.syntaxTreeBorder",
456 "description": "Color of the border displayed in the Rust source code for the selected syntax node (see \"Show Syntax Tree\" command)",
457 "defaults": {
458 "dark": "#ffffff",
459 "light": "#b700ff",
460 "highContrast": "#b700ff"
461 }
453 } 462 }
454 ], 463 ],
455 "semanticTokenTypes": [ 464 "semanticTokenTypes": [