Files
.emacs.d/snippets/matlab-mode/switch
Zelong Kuang 753ea5ea48 Update
2025-12-14 09:04:11 +11:00

11 lines
163 B
Plaintext

# -*- mode: snippet -*-
# contributor: Karthik Chikmagalur
# name: switch
# key: switch
# --
switch ${1:variable}
case ${2:value}
$3
otherwise
end