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