Skip to content

Commit 3677140

Browse files
committed
Allow to use arrow function snippet in the middle of the string
1 parent 1651a84 commit 3677140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/javascript.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function* ${1:name}(${2}) {
88
endsnippet
99

1010
# Arrow function
11-
snippet =>
11+
snippet => "Arrow function" i
1212
(${1}) => {
1313
${2}
1414
}

0 commit comments

Comments
 (0)