This commit is contained in:
Simon Vieille 2016-11-26 20:31:14 +01:00
commit 04c8f4f961
2 changed files with 56 additions and 22 deletions

View file

@ -0,0 +1,5 @@
snippet fn "function" bi
function $1($2) {
$3
}
endsnippet