# -*- mode: snippet -*- # key: fore # contributor: Translated from TextMate Snippet # name: Loop # -- foreach ${1:my \$${2:x}} (@${3:array}) { ${4:# body...} }