We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed68ac4 commit 34427bcCopy full SHA for 34427bc
settings/sublime/Default.sublime-keymap
@@ -5,7 +5,7 @@
5
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
6
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
7
{ "key": "following_text", "operator": "regex_contains", "operand": "^(?:\t| |\\)|]|\\}|>|$)", "match_all": true },
8
- { "key": "preceding_text", "operator": "regex_contains", "operand": "(?:[bfruBFRU]|[^'[:alnum:]_])$", "match_all": true },
+ { "key": "preceding_text", "operator": "regex_contains", "operand": "(?:[bfruBFRU]|[^\"[:alnum:]_])$", "match_all": true },
9
{ "key": "eol_selector", "operator": "not_equal", "operand": "string.quoted.double - punctuation.definition.string.end", "match_all": true },
10
{ "key": "eol_selector", "operator": "equal", "operand": "source.python", "match_all": true }
11
]
0 commit comments