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.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 2a89987e8..c5f9d50ac 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -379,6 +379,20 @@
379 "highContrast": "#BEBEBE" 379 "highContrast": "#BEBEBE"
380 } 380 }
381 } 381 }
382 ],
383 "semanticTokenStyleDefaults": [
384 {
385 "selector": "*.mutable",
386 "light": {
387 "fontStyle": "underline"
388 },
389 "dark": {
390 "fontStyle": "underline"
391 },
392 "highContrast": {
393 "fontStyle": "underline"
394 }
395 }
382 ] 396 ]
383 } 397 }
384} 398}