aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index c5f9d50ac..3fbf3f0bb 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -380,6 +380,25 @@
380 } 380 }
381 } 381 }
382 ], 382 ],
383 "semanticTokenTypes": [
384 {
385 "id": "attribute"
386 }
387 ],
388 "semanticTokenModifiers": [
389 {
390 "id": "mutable"
391 },
392 {
393 "id": "unsafe"
394 },
395 {
396 "id": "control"
397 },
398 {
399 "id": "builtin"
400 }
401 ],
383 "semanticTokenStyleDefaults": [ 402 "semanticTokenStyleDefaults": [
384 { 403 {
385 "selector": "*.mutable", 404 "selector": "*.mutable",