python: add for loop snipet

This commit is contained in:
Antoine Dechaume 2013-11-18 21:48:20 +01:00
parent 1d18c1ce10
commit 0e6529fbb0

View File

@ -15,6 +15,10 @@ if __name__ == '__main__':
endsnippet endsnippet
snippet for "for loop" !b
for ${1:item} in ${2:iterable}:
${3:pass}
endsnippet
########## ##########
# COMMON # # COMMON #
########## ##########