Skip to content

Commit 53c7e66

Browse files
committed
Merge branch 'st3-develop' into st4-develop
2 parents e4ad9b2 + 701d968 commit 53c7e66

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
lint:
2323
name: Python ${{ matrix.python }}
24-
runs-on: ubuntu-18.04
24+
runs-on: ubuntu-20.04
2525
strategy:
2626
matrix:
2727
python:

Default (Linux).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
[
4040
{ "key": "selector", "operand": "text.html.markdown meta.frontmatter source.yaml" },
4141
{ "key": "preceding_text", "operator": "regex_match", "operand": "(?:[ ]{2})*[ ]$" }
42-
],
42+
]
4343
},
4444
// unindent by two chars if line starts with even amount of spaces
4545
{ "keys": ["shift+tab"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left 2.sublime-macro"}, "context":
4646
[
4747
{ "key": "selector", "operand": "text.html.markdown meta.frontmatter source.yaml" },
4848
{ "key": "preceding_text", "operator": "regex_match", "operand": "(?:[ ]{2})*$" }
49-
],
49+
]
5050
},
5151
// unindent by two chars if line starts with even amount of spaces
5252
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left 2.sublime-macro"}, "context":

Default (OSX).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
[
4040
{ "key": "selector", "operand": "text.html.markdown meta.frontmatter source.yaml" },
4141
{ "key": "preceding_text", "operator": "regex_match", "operand": "(?:[ ]{2})*[ ]$" }
42-
],
42+
]
4343
},
4444
// unindent by two chars if line starts with even amount of spaces
4545
{ "keys": ["shift+tab"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left 2.sublime-macro"}, "context":
4646
[
4747
{ "key": "selector", "operand": "text.html.markdown meta.frontmatter source.yaml" },
4848
{ "key": "preceding_text", "operator": "regex_match", "operand": "(?:[ ]{2})*$" }
49-
],
49+
]
5050
},
5151
// unindent by two chars if line starts with even amount of spaces
5252
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left 2.sublime-macro"}, "context":

Default (Windows).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
[
4040
{ "key": "selector", "operand": "text.html.markdown meta.frontmatter source.yaml" },
4141
{ "key": "preceding_text", "operator": "regex_match", "operand": "(?:[ ]{2})*[ ]$" }
42-
],
42+
]
4343
},
4444
// unindent by two chars if line starts with even amount of spaces
4545
{ "keys": ["shift+tab"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left 2.sublime-macro"}, "context":
4646
[
4747
{ "key": "selector", "operand": "text.html.markdown meta.frontmatter source.yaml" },
4848
{ "key": "preceding_text", "operator": "regex_match", "operand": "(?:[ ]{2})*$" }
49-
],
49+
]
5050
},
5151
// unindent by two chars if line starts with even amount of spaces
5252
{ "keys": ["backspace"], "command": "run_macro_file", "args": {"file": "Packages/MarkdownEditing/macros/Delete Left 2.sublime-macro"}, "context":

0 commit comments

Comments
 (0)