aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-07 17:49:42 +0100
committerGitHub <[email protected]>2020-05-07 17:49:42 +0100
commitaa112bf7146a41c56ee9ed36f2120d0ee9c33e4b (patch)
tree2ed9097e0a75c4bebc9a3c575b9055a3d36c41e6
parentfd84c31ff7f48a4cde05929869dd5810a068081a (diff)
parent2904311664e0aeb2faa3324616083e1bcf7333fc (diff)
Merge #4365
4365: Use the correct color for structs r=matklad a=matklad This works around https://github.com/microsoft/vscode/issues/97162 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
-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 ],