diff options
author | Aleksey Kladov <[email protected]> | 2020-04-06 10:53:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-06 10:53:56 +0100 |
commit | ec3fb1cdb4f1808a11fb6057550ed721c2aa36a9 (patch) | |
tree | b729d8ec3a32fae92a209d1bed4e97899dfb2433 /editors | |
parent | 972816b6d4b8caf1b37820e9f9331552db70a04f (diff) | |
parent | 48bc0ca745a0ebdd61b7db3935582bf5ec95042b (diff) |
Merge pull request #3853 from matklad/cf
Make control token modifier less ambiguous
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 | ] |