latest WIP
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<!-- 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>
|
Reference in New Issue
Block a user