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