mirror of
https://github.com/samsonjs/config.git
synced 2026-04-20 13:35:47 +00:00
9 lines
199 B
XML
9 lines
199 B
XML
<snippet>
|
|
<content><![CDATA[unless ($1) {
|
|
${2:# body...}
|
|
}
|
|
]]></content>
|
|
<tabTrigger>unless</tabTrigger>
|
|
<scope>source.perl</scope>
|
|
<description>Conditional</description>
|
|
</snippet>
|