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