aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorGeorge Fraser <[email protected]>2020-05-13 05:58:51 +0100
committerGeorge Fraser <[email protected]>2020-05-19 06:55:46 +0100
commit47ce5ea581f3fe53a31e166c5feac6c64a8a97e4 (patch)
tree37bc450feec198b84ec58f64b72a946ae08758d3 /editors/code/package.json
parent38e8f35855efac144373c1b5aab3af050e47e594 (diff)
Color attribute functions
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index d899f60e3..d078f7472 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -604,6 +604,10 @@
604 ], 604 ],
605 "semanticTokenModifiers": [ 605 "semanticTokenModifiers": [
606 { 606 {
607 "id": "attribute",
608 "description": "Style for elements within attributes"
609 },
610 {
607 "id": "constant", 611 "id": "constant",
608 "description": "Style for compile-time constants" 612 "description": "Style for compile-time constants"
609 }, 613 },
@@ -630,6 +634,9 @@
630 "attribute": [ 634 "attribute": [
631 "meta.attribute.rust" 635 "meta.attribute.rust"
632 ], 636 ],
637 "function.attribute": [
638 "entity.name.function.attribute.rust"
639 ],
633 "builtinType": [ 640 "builtinType": [
634 "support.type.primitive.rust" 641 "support.type.primitive.rust"
635 ], 642 ],