Skip to content

Commit

Permalink
adjust tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalhs committed Sep 13, 2017
1 parent 32bc372 commit 456bd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions for.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<snippet>
<content><![CDATA[
for (${1:\$i} = ${2:0}; ${1:\$i} < $3; ${1:\$i}) {
${4:# code...}
for (${1:\$i} = ${2:0}; ${1:\$i} ${3:<} $4; ${1:\$i}) {
${5:# code...}
}
]]></content>
<tabTrigger>for</tabTrigger>
Expand Down

0 comments on commit 456bd59

Please sign in to comment.