Merge commit '5aaacb96c0a93d4f7a48c2fb7c80a65840810876'
This commit is contained in:
@@ -114,7 +114,7 @@ else if (${1:condition}) {
|
||||
endsnippet
|
||||
|
||||
snippet for "For loop, index or range"
|
||||
for (${1:auto} ${2:index} ${3/(.*;.*)|(\w*)/(?1:=:\:)/} ${3:0; $2 < ${5:count}; $2${6:++}}) {
|
||||
for (${1:int} ${2:index} = ${3:0}; $2 ${4:<} ${5:count}; $2${6:++}) {
|
||||
$0
|
||||
}
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user