js.function (104B)
1 # -*- mode: snippet; require-final-newline: nil -*- 2 # name: js.function 3 # key: fn 4 # -- 5 function($1) {$0}