11 lines
341 B
XML
11 lines
341 B
XML
<!-- See http://www.sublimetext.com/docs/snippets for more information -->
|
|
<snippet>
|
|
<content><![CDATA[if ($1) {
|
|
$2
|
|
}]]></content>
|
|
<!-- Optional: Tab trigger to activate the snippet -->
|
|
<tabTrigger>if</tabTrigger>
|
|
<!-- Optional: Scope the tab trigger will be active in -->
|
|
<scope>source.powershell</scope>
|
|
</snippet>
|