|
10 | 10 | "command": "run_macro_file", |
11 | 11 | "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"}, |
12 | 12 | }, { |
13 | | - "command": "insert", |
14 | | - "args": {"characters": "\"@" }, |
15 | | - }, { |
16 | | - "command": "move", |
17 | | - "args": {"by": "characters", "forward": false}, |
18 | | - }, { |
19 | | - "command": "move", |
20 | | - "args": {"by": "characters", "forward": false}, |
21 | | - }, { |
22 | | - "command": "move", |
23 | | - "args": {"by": "characters", "forward": false}, |
| 13 | + "command": "insert_snippet", |
| 14 | + "args": {"contents": "$0\n\"@" }, |
24 | 15 | }], |
25 | 16 | }, |
26 | 17 | "context": [ |
|
40 | 31 | "command": "run_macro_file", |
41 | 32 | "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"}, |
42 | 33 | }, { |
43 | | - "command": "insert", |
44 | | - "args": {"characters": "'@" }, |
45 | | - }, { |
46 | | - "command": "move", |
47 | | - "args": {"by": "characters", "forward": false}, |
48 | | - }, { |
49 | | - "command": "move", |
50 | | - "args": {"by": "characters", "forward": false}, |
51 | | - }, { |
52 | | - "command": "move", |
53 | | - "args": {"by": "characters", "forward": false}, |
| 34 | + "command": "insert_snippet", |
| 35 | + "args": {"contents": "$0\n'@" }, |
54 | 36 | }], |
55 | 37 | }, |
56 | 38 | "context": [ |
|
0 commit comments