mirror of
https://github.com/samsonjs/config.git
synced 2026-04-19 13:25:46 +00:00
9 lines
219 B
XML
9 lines
219 B
XML
<snippet>
|
|
<content><![CDATA[class ${1:name} =
|
|
object ${2:(self)}
|
|
${3:contents}
|
|
end]]></content>
|
|
<tabTrigger>class</tabTrigger>
|
|
<scope>source.ocaml</scope>
|
|
<description>class</description>
|
|
</snippet>
|