Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/DocBlockr/Add DocBlockr Line Before.sublime-macro
2013-04-04 08:54:25 -04:00

8 lines
237 B
Plaintext

[
{"command": "move_to", "args": {"to": "bol"}},
{"command": "insert_snippet", "args": {
"contents": "${TM_CURRENT_LINE/^\\s*(\\*\\s*).*$/$1/}\n"
}},
{"command": "move", "args": {"by": "lines", "forward": false}}
]