Fixed 'for in do' snippet to mirror the loop variable in the 'do' parameter
This commit is contained in:
parent
e1e10b9161
commit
861b95272b
@ -1,7 +1,7 @@
|
||||
# Closure loop
|
||||
snippet forindo
|
||||
for ${1:name} in ${2:array}
|
||||
do (${1:name}) ->
|
||||
do ($1) ->
|
||||
${3:// body}
|
||||
# Array comprehension
|
||||
snippet fora
|
||||
|
Loading…
Reference in New Issue
Block a user