aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 595d6e378..8ca8c76cc 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -512,7 +512,7 @@
512 "description": "Style for compile-time constants" 512 "description": "Style for compile-time constants"
513 }, 513 },
514 { 514 {
515 "id": "control", 515 "id": "controlFlow",
516 "description": "Style for control flow keywords" 516 "description": "Style for control flow keywords"
517 }, 517 },
518 { 518 {
@@ -546,9 +546,6 @@
546 "keyword.unsafe": [ 546 "keyword.unsafe": [
547 "keyword.other.unsafe" 547 "keyword.other.unsafe"
548 ], 548 ],
549 "keyword.control": [
550 "keyword.control"
551 ],
552 "variable.constant": [ 549 "variable.constant": [
553 "entity.name.constant" 550 "entity.name.constant"
554 ] 551 ]