Skip to content

Commit 07721d2

Browse files
committed
Mark up statics and mutables
1 parent b30fb9e commit 07721d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

editors/code/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,12 @@
623623
],
624624
"formatSpecifier": [
625625
"punctuation.section.embedded.rust"
626+
],
627+
"*.mutable": [
628+
"markup.underline"
629+
],
630+
"*.static": [
631+
"markup.italic"
626632
]
627633
}
628634
}

0 commit comments

Comments
 (0)