binding function should be usable in middle of a line

This commit is contained in:
Donny Yang 2013-06-08 08:14:52 +09:00
parent c8783fd02f
commit e92b1e83f9

View File

@ -5,7 +5,7 @@ ${1:name} = (${2:args}) ->
${0:# body...}
endsnippet
snippet bfun "Function (bound)" b
snippet bfun "Function (bound)"
${1:(${2:args}) }=>
${0:# body...}
endsnippet