mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08:40 +00:00
Mark up statics and mutables
This commit is contained in:
parent
b30fb9e099
commit
07721d2ab6
@ -623,6 +623,12 @@
|
|||||||
],
|
],
|
||||||
"formatSpecifier": [
|
"formatSpecifier": [
|
||||||
"punctuation.section.embedded.rust"
|
"punctuation.section.embedded.rust"
|
||||||
|
],
|
||||||
|
"*.mutable": [
|
||||||
|
"markup.underline"
|
||||||
|
],
|
||||||
|
"*.static": [
|
||||||
|
"markup.italic"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user