/sh-mode/if

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

  1. # -*- mode: yasnippet -*-
  2. #name : if ... fi
  3. # --
  4. if ${1:condition}; then
  5. ${0:statements}
  6. fi