Fix c for snippet
This commit is contained in:
parent
0f233ad4c6
commit
3f96e527af
@ -104,7 +104,7 @@ snippet ret
|
|||||||
## Loops
|
## Loops
|
||||||
# for
|
# for
|
||||||
snippet for
|
snippet for
|
||||||
for (${2:i} = 0; $2 < ${1:count}; $2${3:++}) {
|
for (int ${1:i} = 0; $1 < ${2:count}; $1${3:++}) {
|
||||||
${4}
|
${4}
|
||||||
}
|
}
|
||||||
# for (custom)
|
# for (custom)
|
||||||
|
Loading…
Reference in New Issue
Block a user