config/sublime/Packages/Groovy/eachFileMatch-{-file-__-}.sublime-snippet
2012-08-01 21:04:05 -07:00

8 lines
257 B
XML

<snippet>
<content><![CDATA[eachFileMatch(${1:filter}) {${2/(.+)/(?1: )/}${2:file}${2/(.+)/(?1: ->)/}
$0
}]]></content>
<tabTrigger>eafm</tabTrigger>
<scope>source.groovy</scope>
<description>eachFileMatch { … } </description>
</snippet>