mirror of
https://github.com/samsonjs/config.git
synced 2026-04-09 11:45:48 +00:00
8 lines
205 B
XML
8 lines
205 B
XML
<snippet>
|
|
<content><![CDATA[class << ${1:self}
|
|
$0
|
|
end]]></content>
|
|
<tabTrigger>cla</tabTrigger>
|
|
<scope>source.ruby</scope>
|
|
<description>class << self .. end</description>
|
|
</snippet>
|