PageRenderTime 34ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/java-mode/Control/switch.yasnippet

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