summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/python-mode/for
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/python-mode/for')
-rw-r--r--.emacs.d/mysnippets/text-mode/python-mode/for4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/python-mode/for b/.emacs.d/mysnippets/text-mode/python-mode/for
new file mode 100644
index 0000000..84f3ddd
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/python-mode/for
@@ -0,0 +1,4 @@
1#name : for ... in ... : ...
2# --
3for ${var} in ${collection}:
4 $0 \ No newline at end of file