DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.0%2B28.gcd665c9-1 / snippets / crystal-mode / forin
12345678
# -*- mode: snippet -*- # name: for ... in ...; ... end # key: forin # group : control structure # -- for ${1:element} in ${2:collection} $0 end