Tom Willemsen
a281f040cd
Since it's no longer placed directly in the home directory it doesn't need to be named exacly the same.
8 lines
No EOL
120 B
Text
8 lines
No EOL
120 B
Text
# -*- mode: snippet -*-
|
|
# name: Template Block
|
|
# key: %
|
|
# condition: pony-tpl-minor-mode
|
|
# --
|
|
{% $1 %}
|
|
$0
|
|
{% end$1 %} |