config/sublime/Packages/ShellScript/if-...-then-(if).sublime-snippet
2012-08-01 21:04:05 -07:00

8 lines
217 B
XML

<snippet>
<content><![CDATA[if ${2:[[ ${1:condition} ]]}; then
${0:#statements}
fi]]></content>
<tabTrigger>if</tabTrigger>
<scope>source.shell</scope>
<description>if … fi</description>
</snippet>