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 96c83aa commit 2f39b4eCopy full SHA for 2f39b4e
Snippets/Param-Integer.sublime-snippet
@@ -0,0 +1,11 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<Integer Name="${1:integer var name}">
4
+ <Description><![CDATA["{2:paramlist name}"]]${-1}></Description>
5
+ <Value>${3:0}</Value>
6
+</Integer>
7
+]]></content>
8
+ <tabTrigger>integer</tabTrigger>
9
+ <description>Integer (Paramlist)</description>
10
+ <scope>text.xml</scope>
11
+</snippet>
0 commit comments