Merge pull request #452 from lpil/var-fun
Correct js vf ${1} snippet syntax error
This commit is contained in:
commit
3462a1c7b4
@ -15,7 +15,7 @@ snippet f
|
||||
}
|
||||
# Function assigned to variable
|
||||
snippet vf
|
||||
var ${1} = function ${1}(${2}) {
|
||||
var ${1:function_name} = function $1(${2}) {
|
||||
${0}
|
||||
};
|
||||
# Immediate function
|
||||
|
Loading…
Reference in New Issue
Block a user