Files
linguist/samples/Sublime Text Config/JavaDoc Add Line.sublime-macro
2016-10-07 11:38:11 +11:00

7 lines
215 B
Plaintext

[
{"command": "move_to", "args": {"to": "hardeol"}},
{"command": "insert", "args": {"characters": "\n"}},
{"command": "insert", "args": {"characters": "*"}},
{"command": "insert", "args": {"characters": " "}}
]