confi-emacs-actual/snippets/sh-mode/elif

7 lines
102 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: elif
# key: elif
# uuid: elif
# --
elif ${1:condition}; then
`%`$0