13 lines
433 B
XML
13 lines
433 B
XML
<!-- See http://www.sublimetext.com/docs/snippets for more information -->
|
|
<snippet>
|
|
<content><![CDATA[<#
|
|
$0
|
|
#>]]></content>
|
|
<!-- Optional: Tab trigger to activate the snippet -->
|
|
<tabTrigger>comm</tabTrigger>
|
|
<!-- Optional: Scope the tab trigger will be active in -->
|
|
<scope>source.powershell</scope>
|
|
<!-- Optional: Description to show in the menu -->
|
|
<description>Comment block</description>
|
|
</snippet>
|