mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 15:06:50 +00:00
Use the correct color for structs
This works around https://github.com/microsoft/vscode/issues/97162
This commit is contained in:
@@ -589,6 +589,9 @@
|
||||
"union": [
|
||||
"entity.name.union"
|
||||
],
|
||||
"struct": [
|
||||
"entity.name.type.struct"
|
||||
],
|
||||
"keyword.unsafe": [
|
||||
"keyword.other.unsafe"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user