yasnippet/extras/imported/java-mode/Control/for (each).yasnippet
2009-08-29 17:59:02 +00:00

8 lines
129 B
Plaintext

# -*- mode: snippet -*-
# key: fore
# contributor: Translated from TextMate Snippet
# name: for (each)
# --
for ($1 : $2) {
$0
}