Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit eb52f9a

Browse files
committed
Add placeholder names in for-loop snippet
1 parent 47771a5 commit eb52f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/rust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"for": {
1010
"prefix": "for",
1111
"body": [
12-
"for $1 in $2 {",
12+
"for ${1:elem} in ${2:iter} {",
1313
"\t$0",
1414
"}"
1515
],

0 commit comments

Comments
 (0)