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