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.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 1eebe0608..3aa90cd66 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -611,6 +611,10 @@
611 ], 611 ],
612 "semanticTokenModifiers": [ 612 "semanticTokenModifiers": [
613 { 613 {
614 "id": "attribute",
615 "description": "Style for elements within attributes"
616 },
617 {
614 "id": "constant", 618 "id": "constant",
615 "description": "Style for compile-time constants" 619 "description": "Style for compile-time constants"
616 }, 620 },
@@ -637,6 +641,9 @@
637 "attribute": [ 641 "attribute": [
638 "meta.attribute.rust" 642 "meta.attribute.rust"
639 ], 643 ],
644 "function.attribute": [
645 "entity.name.function.attribute.rust"
646 ],
640 "builtinType": [ 647 "builtinType": [
641 "support.type.primitive.rust" 648 "support.type.primitive.rust"
642 ], 649 ],