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

/sh-mode/while

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