]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/python-mode/for
Merge commit '5825163e2a8520bbb2751f9692f51a1b73cb81ad' from context-coloring
[gnu-emacs-elpa] / packages / yasnippet / snippets / python-mode / for
1 # name: for ... in ... : ...
2 # key: for
3 # --
4 for ${var} in ${collection}:
5 $0