mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +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": [
|
"union": [
|
||||||
"entity.name.union"
|
"entity.name.union"
|
||||||
],
|
],
|
||||||
|
"struct": [
|
||||||
|
"entity.name.type.struct"
|
||||||
|
],
|
||||||
"keyword.unsafe": [
|
"keyword.unsafe": [
|
||||||
"keyword.other.unsafe"
|
"keyword.other.unsafe"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue