Skip to content

Instantly share code, notes, and snippets.

@rleger
Created January 4, 2015 19:34
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/893468479aae883fe628 to your computer and use it in GitHub Desktop.
Save rleger/893468479aae883fe628 to your computer and use it in GitHub Desktop.
Add curly braces Sublime text 3
[
{
"args":
{
"to": "eol"
},
"command": "move_to"
},
{
"args":
{
"characters": " "
},
"command": "insert"
},
{
"args":
{
"contents": "{$0}"
},
"command": "insert_snippet"
},
{
"args":
{
"file": "res://Packages/Default/Add Line in Braces.sublime-macro"
},
"command": "run_macro_file"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment