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