PageRenderTime 3ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/java-mode/Control/for.yasnippet

http://github.com/ridgetang/snippets
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | ad47c3a27fcef698b8f1207cf839bca9 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: for
  3. # contributor: Translated from TextMate Snippet
  4. # name: for
  5. # --
  6. for ($1; $2; $3) {
  7. $0
  8. }