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