mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Use the correct color for structs
This works around https://github.com/microsoft/vscode/issues/97162
This commit is contained in:
parent
a9945137dc
commit
2904311664
1 changed files with 3 additions and 0 deletions
|
@ -589,6 +589,9 @@
|
|||
"union": [
|
||||
"entity.name.union"
|
||||
],
|
||||
"struct": [
|
||||
"entity.name.type.struct"
|
||||
],
|
||||
"keyword.unsafe": [
|
||||
"keyword.other.unsafe"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue