Initial commit
This commit is contained in:
11
snippets/matlab-mode/switch
Normal file
11
snippets/matlab-mode/switch
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Karthik Chikmagalur
|
||||
# name: switch
|
||||
# key: switch
|
||||
# --
|
||||
switch ${1:variable}
|
||||
case ${2:value}
|
||||
$3
|
||||
otherwise
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user