8 lines
219 B
XML
8 lines
219 B
XML
<snippet>
|
|
<content><![CDATA[eachWithIndex { ${1:obj}, ${2:i} ->
|
|
$0
|
|
}]]></content>
|
|
<tabTrigger>eawi</tabTrigger>
|
|
<scope>source.groovy</scope>
|
|
<description>eachWithIndex { … }</description>
|
|
</snippet>
|