aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 02d352124..fa8cf90f8 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -948,6 +948,9 @@
948 "boolean": [ 948 "boolean": [
949 "constant.language.boolean.rust" 949 "constant.language.boolean.rust"
950 ], 950 ],
951 "builtinType": [
952 "support.type.primitive.rust"
953 ],
951 "lifetime": [ 954 "lifetime": [
952 "storage.modifier.lifetime.rust" 955 "storage.modifier.lifetime.rust"
953 ], 956 ],
@@ -966,6 +969,9 @@
966 "keyword.controlFlow": [ 969 "keyword.controlFlow": [
967 "keyword.control.rust" 970 "keyword.control.rust"
968 ], 971 ],
972 "variable.constant": [
973 "variable.other.constant.rust"
974 ],
969 "formatSpecifier": [ 975 "formatSpecifier": [
970 "punctuation.section.embedded.rust" 976 "punctuation.section.embedded.rust"
971 ], 977 ],