legacy-dotfiles/emacs/.emacs.d/snippets/twig-mode/if

7 lines
106 B
Text
Raw Normal View History

2015-11-21 23:34:32 +01:00
# -*- mode: snippet; require-final-newline: nil -*-
# name: if
# key: if
# --
{% if $1 %}
$0
{% endif %}