ambevar-dotfiles/.emacs.d/plugins/yas/snippets/text-mode/sh-mode/fun

7 lines
50 B
Plaintext

#name : function
# --
${1:function} ()
{
$0
}