diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap index 5ea0494..bc98cdb 100644 --- a/Default (Linux).sublime-keymap +++ b/Default (Linux).sublime-keymap @@ -85,7 +85,7 @@ { "keys": ["tab"], "command": "smart_header", "context": [ { "key": "selector", "operator": "equal", "operand": "text.restructuredtext" }, - { "key": "preceding_text", "operator": "regex_match", "operand": "([=\\-\\*\\+\\^\\\"\\+\\~\\#\\'\\:\\`])\\1\\1+$" } + { "key": "preceding_text", "operator": "regex_match", "operand": "([!\\\"#$%&'\\\\()*+,\\-./:;<=>?@\\[\\]\\^_`{|}~])\\1\\1+$" } ] }, { "keys": ["alt+shift+f"], "command": "magic_footnotes", "context": diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index d36e56b..69dddbd 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -81,10 +81,11 @@ [ { "key": "selector", "operator": "equal", "operand": "text.restructuredtext" } ] - }, { "keys": ["tab"], "command": "smart_header", "context": + }, + { "keys": ["tab"], "command": "smart_header", "context": [ { "key": "selector", "operator": "equal", "operand": "text.restructuredtext" }, - { "key": "preceding_text", "operator": "regex_match", "operand": "([=\\-\\*\\+\\^\\\"\\+\\~\\#\\'\\:\\`])\\1\\1+$" } + { "key": "preceding_text", "operator": "regex_match", "operand": "([!\\\"#$%&'\\\\()*+,\\-./:;<=>?@\\[\\]\\^_`{|}~])\\1\\1+$" } ] }, { "keys": ["alt+shift+f"], "command": "magic_footnotes", "context": diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap index 5ea0494..bc98cdb 100644 --- a/Default (Windows).sublime-keymap +++ b/Default (Windows).sublime-keymap @@ -85,7 +85,7 @@ { "keys": ["tab"], "command": "smart_header", "context": [ { "key": "selector", "operator": "equal", "operand": "text.restructuredtext" }, - { "key": "preceding_text", "operator": "regex_match", "operand": "([=\\-\\*\\+\\^\\\"\\+\\~\\#\\'\\:\\`])\\1\\1+$" } + { "key": "preceding_text", "operator": "regex_match", "operand": "([!\\\"#$%&'\\\\()*+,\\-./:;<=>?@\\[\\]\\^_`{|}~])\\1\\1+$" } ] }, { "keys": ["alt+shift+f"], "command": "magic_footnotes", "context":