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

5 lines
110 B
Text
Raw Normal View History

2015-12-16 22:26:55 +01:00
# -*- mode: snippet; require-final-newline: nil -*-
# name: Inline if
# key: iif
# --
{% if $1 %}$0{% endif %}