diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index f0d5127d4..60ca0c69c 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -517,7 +517,7 @@ | |||
517 | "description": "Style for compile-time constants" | 517 | "description": "Style for compile-time constants" |
518 | }, | 518 | }, |
519 | { | 519 | { |
520 | "id": "control", | 520 | "id": "controlFlow", |
521 | "description": "Style for control flow keywords" | 521 | "description": "Style for control flow keywords" |
522 | }, | 522 | }, |
523 | { | 523 | { |
@@ -551,9 +551,6 @@ | |||
551 | "keyword.unsafe": [ | 551 | "keyword.unsafe": [ |
552 | "keyword.other.unsafe" | 552 | "keyword.other.unsafe" |
553 | ], | 553 | ], |
554 | "keyword.control": [ | ||
555 | "keyword.control" | ||
556 | ], | ||
557 | "variable.constant": [ | 554 | "variable.constant": [ |
558 | "entity.name.constant" | 555 | "entity.name.constant" |
559 | ] | 556 | ] |