.emacs.d/snippets/html-mode/generic-block
This commit is contained in:
parent
898bf6dfb3
commit
489ef112e4
1 changed files with 8 additions and 0 deletions
8
.emacs.d/snippets/html-mode/generic-block
Normal file
8
.emacs.d/snippets/html-mode/generic-block
Normal file
|
@ -0,0 +1,8 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Template Block
|
||||
# key: %
|
||||
# condition: pony-tpl-minor-mode
|
||||
# --
|
||||
{% $1 %}
|
||||
$0
|
||||
{% end$1 %}
|
Loading…
Reference in a new issue