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 326f3c6 commit 9c24d68Copy full SHA for 9c24d68
Snippets/Param-Angle.sublime-snippet
@@ -1,8 +1,8 @@
1
<snippet>
2
<content><![CDATA[
3
-<Angle Name="${1:angel_var}">
4
- <Description><![CDATA["${2:param name}"]]${-1}></Description>
5
- <Value>0</Value>
+<Angle Name="${1:angel var name}">
+ <Description><![CDATA["${2:paramilst name}"]]${-1}></Description>
+ <Value>${3:0}</Value>
6
</Angle>
7
]]></content>
8
<tabTrigger>angle</tabTrigger>
0 commit comments