config/sublime/Packages/Groovy/eachMatch(regex)-{-match-__-}.sublime-snippet
2012-08-01 21:04:05 -07:00

8 lines
257 B
XML

<snippet>
<content><![CDATA[eachMatch(/${1:regex}/) {${2/(.+)/(?1: )/}${2:match}${2/(.+)/(?1: ->)/}
$0
}]]></content>
<tabTrigger>eam</tabTrigger>
<scope>source.groovy</scope>
<description>eachMatch(regex) { … } </description>
</snippet>