We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f39b4e commit 332fb57Copy full SHA for 332fb57
Snippets/Param-FillPattern.sublime-snippet
@@ -0,0 +1,11 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<FillPattern Name="${1:fillpattern var name}">
4
+ <Description><![CDATA["{2:paramlist name}"]]${-1}></Description>
5
+ <Value>${3:64}</Value>
6
+</FillPattern>
7
+]]></content>
8
+ <tabTrigger>fill</tabTrigger>
9
+ <description>FillPattern (Paramlist)</description>
10
+ <scope>text.xml</scope>
11
+</snippet>
0 commit comments