diff options
-rw-r--r-- | editors/code/package.json | 6 |
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 | } |