Skip to content

Instantly share code, notes, and snippets.

@aeisenberg
Created January 22, 2013 22:48
Show Gist options
  • Save aeisenberg/4599419 to your computer and use it in GitHub Desktop.
Save aeisenberg/4599419 to your computer and use it in GitHub Desktop.
simple completions using variables for scripted-completions
{
"scope": "source.php",
"completions": [
{ trigger: "What year is it?", contents: "It is ${year}." },
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment