summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/erlang-mode/ifndef
blob: dcd67a78b179689314d60b130fb68d99072e255f (plain) (blame)
1
2
3
4
5
#name : -ifndef(...). ... -endif.
# --
-ifndef($1).
$0
-endif.