config/sublime/Packages/Matlab/switch___case___otherwise___end.sublime-snippet
2012-08-01 21:04:05 -07:00

11 lines
305 B
XML

<snippet>
<content><![CDATA[switch ${1:switch_expression}
case ${2:case_expression}
${3:body}
otherwise
${4:body}
end]]></content>
<tabTrigger>switch</tabTrigger>
<scope>source.matlab, source.octave</scope>
<description>switch ... case ... otherwise ... end</description>
</snippet>