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

/java-mode/Control/case.yasnippet

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