diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 8849615c8..12a08ba40 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -592,6 +592,12 @@ | |||
592 | "keyword.unsafe": [ | 592 | "keyword.unsafe": [ |
593 | "keyword.other.unsafe" | 593 | "keyword.other.unsafe" |
594 | ], | 594 | ], |
595 | "keyword": [ | ||
596 | "keyword" | ||
597 | ], | ||
598 | "keyword.controlFlow": [ | ||
599 | "keyword.control" | ||
600 | ], | ||
595 | "variable.constant": [ | 601 | "variable.constant": [ |
596 | "entity.name.constant" | 602 | "entity.name.constant" |
597 | ] | 603 | ] |