/sh-mode/ift
http://github.com/ridgetang/snippets · #! · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 67399387c984e520afe01766db95492d MD5 · raw file
- # -*- mode: yasnippet -*-
- #name : if [[ test ]] ... fi
- # --
- if [[ ${1:condition} ]]; then
- ${0:statements}
- fi