PageRenderTime 85ms CodeModel.GetById 8ms RepoModel.GetById 8ms app.codeStats 0ms

/java-mode/Control/if.yasnippet

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