change ifs keywords
This commit is contained in:
parent
deadccf0a7
commit
8e4c58aee1
@ -57,18 +57,12 @@ snippet property
|
|||||||
snippet if
|
snippet if
|
||||||
if ${1:condition}:
|
if ${1:condition}:
|
||||||
${2:code...}
|
${2:code...}
|
||||||
snippet ifelse
|
snippet el
|
||||||
if ${1:condition}:
|
|
||||||
${2:code...}
|
|
||||||
else:
|
else:
|
||||||
${3:code...}
|
${1:code...}
|
||||||
snippet ifelif
|
snippet ei
|
||||||
if ${1:condition}:
|
elif ${1:condition}:
|
||||||
${2:code...}
|
${2:code...}
|
||||||
elif ${3:condition}:
|
|
||||||
${4:code...}
|
|
||||||
else:
|
|
||||||
${5:code..}
|
|
||||||
# For
|
# For
|
||||||
snippet for
|
snippet for
|
||||||
for ${1:item} in ${2:items}
|
for ${1:item} in ${2:items}
|
||||||
|
Loading…
Reference in New Issue
Block a user