mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: sel
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: select case
|
|
# --
|
|
select case ($1:variable)
|
|
case ($2:values)
|
|
$0
|
|
end select |