config/sublime/Packages/Ruby/path_from_here(-__-).sublime-snippet
2012-08-01 21:04:05 -07:00

6 lines
233 B
XML

<snippet>
<content><![CDATA[File.join(File.dirname(__FILE__), *%w[${1:rel path here}])]]></content>
<tabTrigger>patfh</tabTrigger>
<scope>source.ruby</scope>
<description>path_from_here( .. )</description>
</snippet>