16 lines
241 B
XML
16 lines
241 B
XML
<snippet>
|
|
<content><![CDATA[try {
|
|
$0
|
|
}
|
|
catch(${1:Exception} e) {
|
|
$2
|
|
}
|
|
finally {
|
|
$3
|
|
}
|
|
|
|
]]></content>
|
|
<tabTrigger>try</tabTrigger>
|
|
<scope>source.groovy</scope>
|
|
<description>try … catch … finally</description>
|
|
</snippet>
|