From 1874aa89aee62a5a08ef5cb38db80dc8bd5ee719 Mon Sep 17 00:00:00 2001 From: Victor Wheeler Date: Tue, 5 May 2026 14:32:35 -0600 Subject: [PATCH] fix(keymap syntax): error highlighting on "control" as modifier key... ...Sublime Text accepts it. This PR takes away the error highlighting when it is used. Recommended UNLESS Sublime Text has (or will) deprecate the use of that modifier-key name. Fixes # 431 --- Package/Sublime Text Keymap/Sublime Text Keymap.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package/Sublime Text Keymap/Sublime Text Keymap.sublime-syntax b/Package/Sublime Text Keymap/Sublime Text Keymap.sublime-syntax index b6fd50fc..1d8aa92d 100644 --- a/Package/Sublime Text Keymap/Sublime Text Keymap.sublime-syntax +++ b/Package/Sublime Text Keymap/Sublime Text Keymap.sublime-syntax @@ -7,7 +7,7 @@ file_extensions: scope: source.json.sublime.keymap variables: - modifiers: (?:shift|ctrl|alt|altgr|super|command|option|primary) + modifiers: (?:shift|ctrl|control|alt|altgr|super|command|option|primary) contexts: main: