Skip to content

Instantly share code, notes, and snippets.

@rleger
Created January 4, 2015 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rleger/198dd8ce35d35bc50b8a to your computer and use it in GitHub Desktop.
Save rleger/198dd8ce35d35bc50b8a to your computer and use it in GitHub Desktop.
Add semicolumn to end of line - Sublime text 3
[
{
"args":
{
"to": "eol"
},
"command": "move_to"
},
{
"args":
{
"characters": ";"
},
"command": "insert"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment