Skip to content

Instantly share code, notes, and snippets.

@aeisenberg
Last active December 11, 2015 12:18
Show Gist options
  • Save aeisenberg/4599778 to your computer and use it in GitHub Desktop.
Save aeisenberg/4599778 to your computer and use it in GitHub Desktop.
A simple template for a scripted-completions file.
{
"scope": "source.php",
"completions": [
{ trigger: "if (surround with)",
contents: "if (${1:condition}) {\n\t${selection}\n}",
isTemplate: true}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment