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

8 lines
198 B
XML

<snippet>
<content><![CDATA[Thread.start {
$0
}]]></content>
<tabTrigger>thread</tabTrigger>
<scope>source.groovy</scope>
<description>Thread.start { … }</description>
</snippet>