summaryrefslogtreecommitdiff
path: root/User/DeleteToNextBrace.sublime-macro
blob: b811ad5a0ee021efe1ad3c641fc0be7b1708782d (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
[
	{
		"args": null,
		"command": "set_mark"
	},
	{
		"args":
		{
			"to": "brackets"
		},
		"command": "move_to"
	},
	{
		"args": null,
		"command": "select_to_mark"
	},
	{
		"args": null,
		"command": "left_delete"
	},
	{
		"args":
		{
			"name": "mark"
		},
		"command": "clear_bookmarks"
	}
]