First commit.
This commit is contained in:
8
snippets/java-mode/foreach
Normal file
8
snippets/java-mode/foreach
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: foreach
|
||||
# key: fore
|
||||
# uuid: fore
|
||||
# --
|
||||
for (${1:Object} ${2:var} : ${3:iterator}) {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user