config/sublime/Packages/TCL/switch...-(switch).sublime-snippet
2012-08-01 21:04:05 -07:00

12 lines
241 B
XML

<snippet>
<content><![CDATA[switch ${1:-exact} -- ${2:\$var} {
${3:match} {
${4}
}
default {${5}}
}
]]></content>
<tabTrigger>switch</tabTrigger>
<scope>source.tcl</scope>
<description>switch...</description>
</snippet>