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

10 lines
257 B
XML

<snippet>
<content><![CDATA[unwind_protect
$1
unwnd_protect_cleanup
$0
end_unwind_protect]]></content>
<tabTrigger>unwind</tabTrigger>
<scope>source.matlab</scope>
<description>unwind_protect … cleanup … end</description>
</snippet>