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