PageRenderTime 60ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/sh-mode/for

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