We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb761ac + 4b7876d commit 3ac11f8Copy full SHA for 3ac11f8
1 file changed
sublime-completions/Miscellaneous.sublime-settings
@@ -51,11 +51,11 @@
51
],
52
[
53
"for_of",
54
- "for (${1:variable} of object) {\n\t${2:// statement}\n}"
+ "for (${1:variable} of ${2:object}) {\n\t${0:// statement}\n}"
55
56
57
"for_in",
58
- "for (${1:variable} in object) {\n\t${2:// statement}\n}"
+ "for (${1:variable} in ${2:object}) {\n\t${0:// statement}\n}"
59
60
61
"do_while",
@@ -146,4 +146,4 @@
146
"var"
147
]
148
149
-}
+}
0 commit comments