unix-conf/.emacs.d/elpa/yasnippet-20160131.948/snippets/erlang-mode/ifdef
2016-02-18 14:53:30 +01:00

6 lines
61 B
Plaintext

#name : -ifdef(...). ... -endif.
# --
-ifdef($1).
$0
-endif.