Skip to content

Commit 88f589f

Browse files
committed
Merge branch 'st4-develop'
2 parents 59c3063 + e1f5d4e commit 88f589f

File tree

8 files changed

+1085
-34
lines changed

8 files changed

+1085
-34
lines changed

Default (Linux).sublime-keymap

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,27 @@
205205
]
206206
},
207207

208+
//
209+
// Auto-Pairing Highlight
210+
//
211+
212+
{ "keys": ["="], "command": "insert_snippet", "args": {"contents": "==${0:$SELECTION}=="}, "context":
213+
[
214+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw - markup.kbd", "match_all": true },
215+
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
216+
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
217+
]
218+
},
219+
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left Right 2.sublime-macro"}, "context":
220+
[
221+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw - markup.kbd", "match_all": true },
222+
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
223+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
224+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "==$", "match_all": true },
225+
{ "key": "following_text", "operator": "regex_contains", "operand": "^==", "match_all": true }
226+
]
227+
},
228+
208229
//
209230
// Auto-Pairing Strike Through
210231
//

Default (OSX).sublime-keymap

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,27 @@
205205
]
206206
},
207207

208+
//
209+
// Auto-Pairing Highlight
210+
//
211+
212+
{ "keys": ["="], "command": "insert_snippet", "args": {"contents": "==${0:$SELECTION}=="}, "context":
213+
[
214+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw - markup.kbd", "match_all": true },
215+
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
216+
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
217+
]
218+
},
219+
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left Right 2.sublime-macro"}, "context":
220+
[
221+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw - markup.kbd", "match_all": true },
222+
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
223+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
224+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "==$", "match_all": true },
225+
{ "key": "following_text", "operator": "regex_contains", "operand": "^==", "match_all": true }
226+
]
227+
},
228+
208229
//
209230
// Auto-Pairing Strike Through
210231
//

Default (Windows).sublime-keymap

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,27 @@
205205
]
206206
},
207207

208+
//
209+
// Auto-Pairing Highlight
210+
//
211+
212+
{ "keys": ["="], "command": "insert_snippet", "args": {"contents": "==${0:$SELECTION}=="}, "context":
213+
[
214+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw - markup.kbd", "match_all": true },
215+
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
216+
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true }
217+
]
218+
},
219+
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left Right 2.sublime-macro"}, "context":
220+
[
221+
{ "key": "selector", "operator": "equal", "operand": "text.html.markdown - meta.frontmatter - meta.disable-markdown - markup.raw - markup.kbd", "match_all": true },
222+
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
223+
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
224+
{ "key": "preceding_text", "operator": "regex_contains", "operand": "==$", "match_all": true },
225+
{ "key": "following_text", "operator": "regex_contains", "operand": "^==", "match_all": true }
226+
]
227+
},
228+
208229
//
209230
// Auto-Pairing Strike Through
210231
//

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
"3.1.10": "messages/3.1.10.md",
4848
"3.1.11": "messages/3.1.11.md",
4949
"3.1.12": "messages/3.1.12.md",
50-
"3.1.13": "messages/3.1.13.md"
50+
"3.1.13": "messages/3.1.13.md",
51+
"3.1.14": "messages/3.1.14.md"
5152
}

messages/3.1.14.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# MarkdownEditing 3.1.14 Changelog
2+
3+
Your _MarkdownEditing_ plugin is updated. Enjoy new version. For any type of
4+
feedback you can use [GitHub issues][issues].
5+
6+
## Bug Fixes
7+
8+
* improve code span patterns in table cells
9+
* Fix Terraform syntax highlighting in fenced code blocks (#765)
10+
* add missing language tag names to detect fenced code block syntaxes
11+
12+
## New Features
13+
14+
* syntax highlighting for `==highlight==` emphasis (#764)
15+
* syntax highlighting for Groovy in fenced code blocks (#768)
16+
17+
## Changes
18+
19+
[issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues

0 commit comments

Comments
 (0)