mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
#name : foreach ... { ... }
|
|
# --
|
|
foreach my \$${1:x} (@${2:array}) {
|
|
${3:# body...}
|
|
} |