Skip to content

Commit

Permalink
Merge pull request #62 from Kronuz/adornements
Browse files Browse the repository at this point in the history
Extended list of addornments for headers
  • Loading branch information
mgaitan committed Feb 23, 2014
2 parents 22bac31 + 63ffc9e commit 0275c76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
5 changes: 3 additions & 2 deletions Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 0275c76

Please sign in to comment.