summaryrefslogtreecommitdiff
path: root/User/newblock-lua.sublime-macro
blob: a816c7531d7017ea5eaede016b49a09808a03354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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"
	}
]