Use the correct color for structs

This works around https://github.com/microsoft/vscode/issues/97162
This commit is contained in:
Aleksey Kladov 2020-05-07 18:46:58 +02:00
parent a9945137dc
commit 2904311664

View file

@ -589,6 +589,9 @@
"union": [
"entity.name.union"
],
"struct": [
"entity.name.type.struct"
],
"keyword.unsafe": [
"keyword.other.unsafe"
],