From bb0ba4fcb45bc08409657e05e7951a364f6a2e53 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 24 Mar 2014 22:36:59 -0400 Subject: Reorganize and add Python snippets --- snippets/python-mode/python-shebang | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 snippets/python-mode/python-shebang (limited to 'snippets/python-mode/python-shebang') diff --git a/snippets/python-mode/python-shebang b/snippets/python-mode/python-shebang new file mode 100644 index 0000000..3d4d9a3 --- /dev/null +++ b/snippets/python-mode/python-shebang @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Python shebang +# key: sb +# -- +#!/usr/bin/env python${1:3} +$0 -- cgit v1.2.3