]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/erlang-mode/imp
Add 'packages/html5-schema/' from commit '6e7c7c331e7f6692be6c7d39fb9485792f0d3513'
[gnu-emacs-elpa] / packages / yasnippet / snippets / erlang-mode / imp
1 # name: -import([]).
2 # contributor: hitesh <hitesh.jasani@gmail.com>
3 # key: imp
4 # --
5 -import(${1:lists}, [${2:map/2, sum/1}]).
6 $0