Skip to content

Instantly share code, notes, and snippets.

@dungvtdev
Created January 13, 2017 10:34
Show Gist options
  • Save dungvtdev/9fc0db366071ec6a04f450870835a63f to your computer and use it in GitHub Desktop.
Save dungvtdev/9fc0db366071ec6a04f450870835a63f to your computer and use it in GitHub Desktop.
{
"scope": "text.html, ",
"completions":
[
{ "trigger": "blk", "contents": "{% block $1 %} $2 {% endblock %}" },
{ "trigger": "blu", "contents": "{% url '$1' %}" },
{ "trigger": "bls", "contents": "{% static'$1' %}" },
{ "trigger": "bl", "contents": "{% $1 %}" },
{ "trigger": "blv", "contents": "{{ $1 }}" },
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment