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

8 lines
120 B
Text
Raw Normal View History

2014-08-21 00:23:56 +02:00
# -*- mode: snippet -*-
# name: Template Block
# key: %
# condition: pony-tpl-minor-mode
# --
{% $1 %}
$0
{% end$1 %}