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": [
|
||||
"entity.name.union"
|
||||
],
|
||||
"struct": [
|
||||
"entity.name.type.struct"
|
||||
],
|
||||
"keyword.unsafe": [
|
||||
"keyword.other.unsafe"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user