mirror of
https://github.com/samsonjs/config.git
synced 2026-04-12 12:15:47 +00:00
11 lines
207 B
XML
11 lines
207 B
XML
<snippet>
|
|
<content><![CDATA[/**
|
|
* $2
|
|
*/
|
|
struct ${1:name}() {
|
|
$3
|
|
}]]></content>
|
|
<tabTrigger>st</tabTrigger>
|
|
<scope>source.d</scope>
|
|
<description>struct … { … }</description>
|
|
</snippet>
|