]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/python-mode/for
Add yasnippet.
[gnu-emacs-elpa] / packages / yasnippet / snippets / python-mode / for
diff --git a/packages/yasnippet/snippets/python-mode/for b/packages/yasnippet/snippets/python-mode/for
new file mode 100644 (file)
index 0000000..7c78b5e
--- /dev/null
@@ -0,0 +1,5 @@
+# name: for ... in ... : ...
+# key: for
+# --
+for ${var} in ${collection}:
+    $0
\ No newline at end of file