mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
9 lines
226 B
XML
9 lines
226 B
XML
<snippet>
|
|
<content><![CDATA[try:
|
|
${1:pass}
|
|
except ${2:Exception}, ${3:e}:
|
|
${4:raise $3}]]></content>
|
|
<tabTrigger>try</tabTrigger>
|
|
<scope>source.python</scope>
|
|
<description>Try/Except</description>
|
|
</snippet>
|