/sh-mode/elif

http://github.com/ridgetang/snippets · #! · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · f85aefde3034a20fc17241436fd3e534 MD5 · raw file

  1. # -*- mode: yasnippet -*-
  2. #name : elif ...
  3. # --
  4. elif [[ ${1:condition} ]]; then
  5. ${0:statements}