Files
ChocolateyPackages/Sublime/PowerShell/Snippets/(proc) scriptblock process clause.sublime-snippet
2013-06-07 14:03:33 -04:00

10 lines
339 B
XML

<!-- See http://www.sublimetext.com/docs/snippets for more information -->
<snippet>
<content><![CDATA[process { $1
}]]></content>
<!-- Optional: Tab trigger to activate the snippet -->
<tabTrigger>proc</tabTrigger>
<!-- Optional: Scope the tab trigger will be active in -->
<scope>source.powershell</scope>
</snippet>