aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/twig-mode/iif
blob: df26b61687c47550972c56b84c40252cecd89ed5 (plain)
1
2
3
4
5
# -*- mode: snippet; require-final-newline: nil -*-
# name: Inline if
# key: iif
# --
{% if $1 %}$0{% endif %}