config/sublime/Packages/Groovy/as-BigInteger.sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
180 B
XML

<snippet>
<content><![CDATA[as BigInteger]]></content>
<tabTrigger>as</tabTrigger>
<scope>source.groovy</scope>
<description>as BigInteger</description>
</snippet>