|
1052 | 1052 | { "keys": ["super+enter"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Terminate Empty Blockquote.sublime-macro"}, "context":
|
1053 | 1053 | [
|
1054 | 1054 | { "key": "selector", "operator": "equal", "operand": "text.html.markdown markup.quote", "match_all": true },
|
1055 |
| - { "key": "preceding_text", "operator": "regex_match", "operand": "^[\\s>]*>\\s*(?:[-+*](?:\\s+\\[[ xX]\\])?|\\d+[.)])\\s*$", "match_all": true }, |
1056 |
| - { "key": "following_text", "operator": "regex_match", "operand": "^\\s*$", "match_all": true }, |
| 1055 | + { "key": "preceding_text", "operator": "regex_match", "operand": "^[\\s>]*>(?:\\s*[-+*](?:\\s+\\[[ xX]\\])?|\\d+[.)])?\\s*$", "match_all": true }, |
| 1056 | + { "key": "following_text", "operator": "regex_match", "operand": "^\\s*$", "match_all": true } |
1057 | 1057 | ]
|
1058 | 1058 | },
|
1059 | 1059 | { "keys": ["super+keypad_enter"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Terminate Empty Blockquote.sublime-macro"}, "context":
|
1060 | 1060 | [
|
1061 | 1061 | { "key": "selector", "operator": "equal", "operand": "text.html.markdown markup.quote", "match_all": true },
|
1062 |
| - { "key": "preceding_text", "operator": "regex_match", "operand": "^[\\s>]*>\\s*(?:[-+*](?:\\s+\\[[ xX]\\])?|\\d+[.)])\\s*$", "match_all": true }, |
1063 |
| - { "key": "following_text", "operator": "regex_match", "operand": "^\\s*$", "match_all": true }, |
| 1062 | + { "key": "preceding_text", "operator": "regex_match", "operand": "^[\\s>]*>(?:\\s*[-+*](?:\\s+\\[[ xX]\\])?|\\d+[.)])?\\s*$", "match_all": true }, |
| 1063 | + { "key": "following_text", "operator": "regex_match", "operand": "^\\s*$", "match_all": true } |
1064 | 1064 | ]
|
1065 | 1065 | },
|
1066 | 1066 | // Decrease block quote level
|
|
0 commit comments