mirror of
https://github.com/samsonjs/config.git
synced 2026-04-26 14:57:46 +00:00
8 lines
212 B
XML
8 lines
212 B
XML
<snippet>
|
|
<content><![CDATA[${1:def} ${2:methodName}(${3:args}) {
|
|
$0
|
|
}]]></content>
|
|
<tabTrigger>m</tabTrigger>
|
|
<scope>source.groovy</scope>
|
|
<description>method() { … }</description>
|
|
</snippet>
|