lowercase the placer var name

This commit is contained in:
Thomas Aylott
2009-12-31 11:53:24 -05:00
parent f135babc37
commit c3de34c67f
+1 -1
View File
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>for (var ${20:i}=0; ${20:i} &lt; ${1:Things}.length; ${20:i}++) {
<string>for (var ${20:i}=0; ${20:i} &lt; ${1:things}.length; ${20:i}++) {
${0:$1[$20]}
}</string>
<key>name</key>