aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-26 18:39:32 +0000
committerAleksey Kladov <[email protected]>2020-02-27 08:32:00 +0000
commitf7db49bfc6dd77471865c8591fdf7d5d00992830 (patch)
tree68600a30d47e3f4b632d9c42fb8b29297b3f4eef /editors/code/package.json
parent05388b4ea46c886fa4ec8a1d49b71eb816cf7c6d (diff)
Better highlightign API
Diffstat (limited to 'editors/code/package.json')
-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",