5 lines
64 B
Text
5 lines
64 B
Text
snippet fn "function" bi
|
|
function $1($2) {
|
|
$3
|
|
}
|
|
endsnippet
|