mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Mark up statics and mutables
This commit is contained in:
parent
b30fb9e099
commit
07721d2ab6
1 changed files with 6 additions and 0 deletions
|
@ -623,6 +623,12 @@
|
|||
],
|
||||
"formatSpecifier": [
|
||||
"punctuation.section.embedded.rust"
|
||||
],
|
||||
"*.mutable": [
|
||||
"markup.underline"
|
||||
],
|
||||
"*.static": [
|
||||
"markup.italic"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue