python: add for loop snipet
This commit is contained in:
parent
1d18c1ce10
commit
0e6529fbb0
@ -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 #
|
||||||
##########
|
##########
|
||||||
|
Loading…
x
Reference in New Issue
Block a user