Files

11 lines
163 B
Plaintext
Raw Permalink Normal View History

2025-11-16 15:47:31 +11:00
# -*- mode: snippet -*-
# contributor: Karthik Chikmagalur
# name: switch
# key: switch
# --
switch ${1:variable}
case ${2:value}
$3
otherwise
end