aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ],