summaryrefslogtreecommitdiff
path: root/User/newblock-nextline.sublime-macro
diff options
context:
space:
mode:
Diffstat (limited to 'User/newblock-nextline.sublime-macro')
-rw-r--r--User/newblock-nextline.sublime-macro31
1 files changed, 31 insertions, 0 deletions
diff --git a/User/newblock-nextline.sublime-macro b/User/newblock-nextline.sublime-macro
new file mode 100644
index 0000000..276bda0
--- /dev/null
+++ b/User/newblock-nextline.sublime-macro
@@ -0,0 +1,31 @@
+[
+ {
+ "args":
+ {
+ "extend": false,
+ "to": "eol"
+ },
+ "command": "move_to"
+ },
+ {
+ "args":
+ {
+ "characters": "\n"
+ },
+ "command": "insert"
+ },
+ {
+ "args":
+ {
+ "contents": "{$0}"
+ },
+ "command": "insert_snippet"
+ },
+ {
+ "args":
+ {
+ "file": "res://Packages/Default/Add Line in Braces.sublime-macro"
+ },
+ "command": "run_macro_file"
+ }
+]