.emacs.d/snippets/html-mode/generic-block

This commit is contained in:
Tom Willemsen 2012-10-05 16:48:11 +02:00
parent 898bf6dfb3
commit 489ef112e4

View file

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: Template Block
# key: %
# condition: pony-tpl-minor-mode
# --
{% $1 %}
$0
{% end$1 %}