From 48bc0ca745a0ebdd61b7db3935582bf5ec95042b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 5 Apr 2020 14:46:07 +0200 Subject: Make control token modifier less ambiguous In textmate, keyword.control is used for all kinds of things; in fact, the default scope mapping for keyword is keyword.control! So let's add a less ambiguous controlFlow modifier See Microsoft/vscode#94367 --- editors/code/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'editors/code/package.json') 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 @@ "description": "Style for compile-time constants" }, { - "id": "control", + "id": "controlFlow", "description": "Style for control flow keywords" }, { @@ -546,9 +546,6 @@ "keyword.unsafe": [ "keyword.other.unsafe" ], - "keyword.control": [ - "keyword.control" - ], "variable.constant": [ "entity.name.constant" ] -- cgit v1.2.3