0ec71045f4
- cleaned up plugin files - htmldjango snippets and highlight fix
17 lines
166 B
Plaintext
17 lines
166 B
Plaintext
snippet pa
|
|
{% partial $0 %}
|
|
|
|
snippet pd
|
|
{% partialdef $0 %}
|
|
{% endpartialdef %}
|
|
|
|
snippet tt
|
|
{% $0 %}
|
|
|
|
snippet ttt
|
|
{% $1 $2 %}
|
|
{% end$1 %}
|
|
|
|
snippet vv
|
|
{{ $0 }}
|