confi-emacs-actual/snippets/sh-mode/elif
2022-03-29 19:21:13 -04:00

7 lines
102 B
Plaintext

# -*- mode: snippet -*-
# name: elif
# key: elif
# uuid: elif
# --
elif ${1:condition}; then
`%`$0