Skip to content

Commit d53f46c

Browse files
committed
Update Param-Length.sublime-snippet
1 parent 78271e8 commit d53f46c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Snippets/Param-Length.sublime-snippet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<snippet>
22
<content><![CDATA[
3-
<Length Name="${1:length_var}">
4-
<Description><![CDATA["${2:param name}"]]${-1}></Description>
5-
<Value>0</Value>
3+
<Length Name="${1:length var name}">
4+
<Description><![CDATA["${2:paramlist name}"]]${-1}></Description>
5+
<Value>${3:0}</Value>
66
</Length>
77
]]></content>
88
<tabTrigger>length</tabTrigger>

0 commit comments

Comments
 (0)