Install yasnippet and vala-snippets packages
This commit is contained in:
6
elpa/yasnippet-20160924.2001/snippets/ruby-mode/forin
Normal file
6
elpa/yasnippet-20160924.2001/snippets/ruby-mode/forin
Normal file
@@ -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