mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-15 14:03:04 +00:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: elsif
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: elsif ...
|
|
# --
|
|
elsif ${1:condition}
|
|
$0 |