7 lines
106 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: function
# key: fun
# --
function(${1:name})
$2
endfunction($1)$0