summaryrefslogtreecommitdiff
path: root/python-mode/while
diff options
context:
space:
mode:
Diffstat (limited to 'python-mode/while')
-rw-r--r--python-mode/while7
1 files changed, 7 insertions, 0 deletions
diff --git a/python-mode/while b/python-mode/while
new file mode 100644
index 0000000..7b3539c
--- /dev/null
+++ b/python-mode/while
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: while
+# key: wh
+# group: control structure
+# --
+while ${1:True}:
+ $0 \ No newline at end of file