mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: elif
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: elif …
|
|
# --
|
|
elif ${2:[[ ${1:condition} ]]}; then
|
|
${0:#statements} |