aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-05-07 17:46:58 +0100
committerAleksey Kladov <[email protected]>2020-05-07 17:46:58 +0100
commit2904311664e0aeb2faa3324616083e1bcf7333fc (patch)
tree10c3edb893b36d06fe2f06aad04acd90c03413f7 /editors/code/package.json
parenta9945137dc0e65ecb2ae8d0da4821afa80a367bd (diff)
Use the correct color for structs
This works around https://github.com/microsoft/vscode/issues/97162
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 12a08ba40..6935fa7a5 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -589,6 +589,9 @@
589 "union": [ 589 "union": [
590 "entity.name.union" 590 "entity.name.union"
591 ], 591 ],
592 "struct": [
593 "entity.name.type.struct"
594 ],
592 "keyword.unsafe": [ 595 "keyword.unsafe": [
593 "keyword.other.unsafe" 596 "keyword.other.unsafe"
594 ], 597 ],