mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-25 05:14:27 +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
@ -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 New Issue
Block a user