# -*- mode: snippet; require-final-newline: nil -*-
|
|
# name: function
|
|
# key: f
|
|
# --
|
|
function ${1:name}(${2:arg}) {
|
|
$0
|
|
}
|