PageRenderTime 22ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/sh-mode/forin

http://github.com/ridgetang/snippets
#! | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | e8ea5894cfc4fe573295580949812711 MD5 | raw file
  1. # -*- mode: yasnippet -*-
  2. #name : for ... in ... done
  3. # --
  4. for ${1:i} in ${2:words}; do
  5. ${0:statements}
  6. done