latest WIP
This commit is contained in:
10
Sublime/PowerShell/Snippets/(if) if {...}.sublime-snippet
Normal file
10
Sublime/PowerShell/Snippets/(if) if {...}.sublime-snippet
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- 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>
|
Reference in New Issue
Block a user