init
This commit is contained in:
8
snippets/crystal-mode/forin
Normal file
8
snippets/crystal-mode/forin
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: for ... in ...; ... end
|
||||
# key: forin
|
||||
# group : control structure
|
||||
# --
|
||||
for ${1:element} in ${2:collection}
|
||||
$0
|
||||
end
|
||||
Reference in New Issue
Block a user