yasnippet-snippets/snippets/erlang-mode/ifndef

6 lines
86 B
Plaintext

# -*- mode: snippet -*-
# name: -ifndef(...). ... -endif.
# --
-ifndef($1).
$0
-endif.