mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
#Author : Jonas Bonèr <jonas@jonasboner.com>
|
|
#name : foreach(x => ..)
|
|
# key: foreach
|
|
# --
|
|
foreach(${1:x} => ${2:body}) $0 |