ambevar-dotfiles/.emacs.d/snippets/awk-mode/fun

6 lines
78 B
Plaintext

#name : type fun (args) { ... }
# --
function ${1:name} (${2:args})
{
$0
}