6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
snippet fun "Lua function" b
|
|
function ${1:name}()
|
|
$2
|
|
endfunction$0
|
|
endsnippet
|