/sh-mode/elif
http://github.com/ridgetang/snippets · #! · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · f85aefde3034a20fc17241436fd3e534 MD5 · raw file
- # -*- mode: yasnippet -*-
- #name : elif ...
- # --
- elif [[ ${1:condition} ]]; then
- ${0:statements}