DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.1%2Bdfsg-2 / snippets / crystal-mode / for
12345678
# -*- mode: snippet -*- # name: for # key: for # group : control structure # -- for ${1:el} in ${2:collection} $0 end