Skip to content

Instantly share code, notes, and snippets.

@jdeeburke
Created March 14, 2014 17:01
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 jdeeburke/9551999 to your computer and use it in GitHub Desktop.
Save jdeeburke/9551999 to your computer and use it in GitHub Desktop.
EE Completions
{
"scope": "text.html.ee",
"completions":
[
{ "trigger": "{exp:", "contents": "exp:channel:" },
{ "trigger": "{exp:channel:entries", "contents": "exp:channel:entries"},
{ "trigger": "{exp:channel:info", "contents": "channel:info" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment