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