aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorGeorge Fraser <[email protected]>2020-05-09 21:19:29 +0100
committerGeorge Fraser <[email protected]>2020-05-12 17:49:48 +0100
commit07721d2ab666a07b6ee71a44a0ca93431d339953 (patch)
tree7caac0961add3de0a0cd698308b863e76d780619 /editors/code/package.json
parentb30fb9e0998918390fb614726b5ed3ee65e29a35 (diff)
Mark up statics and mutables
Diffstat (limited to 'editors/code/package.json')
-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 e51f1105b..a7ca6f014 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -623,6 +623,12 @@
623 ], 623 ],
624 "formatSpecifier": [ 624 "formatSpecifier": [
625 "punctuation.section.embedded.rust" 625 "punctuation.section.embedded.rust"
626 ],
627 "*.mutable": [
628 "markup.underline"
629 ],
630 "*.static": [
631 "markup.italic"
626 ] 632 ]
627 } 633 }
628 } 634 }