1
0
Fork 0
emacs-config/oni-twig/snippets/twig-mode/if

7 lines
106 B
Text
Raw Normal View History

# -*- mode: snippet; require-final-newline: nil -*-
# name: if
# key: if
# --
{% if $1 %}
$0
{% endif %}