Skip to content

Instantly share code, notes, and snippets.

@aeisenberg
Created January 22, 2013 22:46
Show Gist options
  • Save aeisenberg/4599386 to your computer and use it in GitHub Desktop.
Save aeisenberg/4599386 to your computer and use it in GitHub Desktop.
Simple Scripted completions for php files.
{
"scope": "source.php - variable.other.php",
"completions": [
"php",
{ "trigger": "abs", "contents": "abs(${1:number})" },
{ "trigger": "acos", "contents": "acos(${1:arg})" },
{ "trigger": "ternary", "contents": "${1:condition} ? ${2:then} : $0 " }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment