summaryrefslogtreecommitdiff
path: root/User/semicolon-eol.sublime-macro
blob: ecf7a44384ea5e926e228df265e24331bdbadd90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
	{
		"args":
		{
			"extend": false,
			"to": "eol"
		},
		"command": "move_to"
	},
	{
		"args":
		{
			"characters": ";"
		},
		"command": "insert"
	}
]