]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/erlang-mode/ifdef
Merge commit 'efa18eca10e5a0e05043f872cf9945842bb3a034' from swiper
[gnu-emacs-elpa] / packages / yasnippet / snippets / erlang-mode / ifdef
1 # name: -ifdef(...). ... -endif.
2 # key: ifdef
3 # --
4 -ifdef($1).
5 $0
6 -endif.