2009-08-29 17:59:02 +00:00

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