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

/sh-mode/case

http://github.com/ridgetang/snippets
#! | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | bd28dac42c712b10a39768b99070533f MD5 | raw file
  1. # -*- mode: yasnippet -*-
  2. #name : case ... esac
  3. # --
  4. case ${1:word} in
  5. ${2:pattern} )
  6. $0;;
  7. esac