Index: ShellScript.tmbundle/Snippets/for … in … done (forin).plist
===================================================================
--- ShellScript.tmbundle/Snippets/for … in … done (forin).plist	(revision 11115)
+++ ShellScript.tmbundle/Snippets/for … in … done (forin).plist	(working copy)
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
 	<key>content</key>
-	<string>for ${1:i} in ${2:words}; do
+	<string>for ${1:i}${2/.+/ in /}${2:words}; do
 	${0:#statements}
 done</string>
 	<key>name</key>
