mirror of
https://github.com/samsonjs/config.git
synced 2026-04-19 13:25:46 +00:00
13 lines
213 B
XML
13 lines
213 B
XML
<snippet>
|
|
<content><![CDATA[try {
|
|
$0
|
|
}
|
|
catch(${1:Exception} e) {
|
|
$2
|
|
}
|
|
|
|
]]></content>
|
|
<tabTrigger>try</tabTrigger>
|
|
<scope>source.groovy</scope>
|
|
<description>try … catch</description>
|
|
</snippet>
|