mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
10 lines
228 B
XML
10 lines
228 B
XML
<snippet>
|
|
<content><![CDATA[try:
|
|
${1:pass}
|
|
except ${2:Exception} as ${3:e}:
|
|
${4:raise $3}]]></content>
|
|
<tabTrigger>try</tabTrigger>
|
|
<scope>source.python</scope>
|
|
<description>Try/Except</description>
|
|
</snippet>
|