Snippets
This commit is contained in:
parent
a3b5800c8c
commit
04c8f4f961
2 changed files with 56 additions and 22 deletions
5
vim/UltiSnips/javascript.snippets
Normal file
5
vim/UltiSnips/javascript.snippets
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
snippet fn "function" bi
|
||||
function $1($2) {
|
||||
$3
|
||||
}
|
||||
endsnippet
|
||||
Loading…
Add table
Add a link
Reference in a new issue