Initial commit.
This commit is contained in:
3
vim/snippets/javascript/fun.snippet
Executable file
3
vim/snippets/javascript/fun.snippet
Executable file
@@ -0,0 +1,3 @@
|
||||
function ${1:function_name}(${2:argument}) {
|
||||
${3:// body}
|
||||
}
|
||||
Reference in New Issue
Block a user