Skip to content

Instantly share code, notes, and snippets.

@sloveland
Last active April 5, 2018 13:26
Show Gist options
  • Save sloveland/6e739069e7ed7d857fa3 to your computer and use it in GitHub Desktop.
Save sloveland/6e739069e7ed7d857fa3 to your computer and use it in GitHub Desktop.
EOL semicolon and return (Sublime Text Macro)
[
{ "command": "set_mark" },
{ "command": "move_to", "args": {"to": "eol"} },
{ "command": "insert_snippet", "args": {"contents": "${TM_LINE_TERMINATOR:;}"} },
{ "command": "swap_with_mark" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment