Initial commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#name : for ... in ...; ... end
|
||||
#group : control structure
|
||||
# --
|
||||
for ${1:element} in ${2:collection}
|
||||
$0
|
||||
end
|
Reference in New Issue
Block a user