diff options
Diffstat (limited to 'snippets/python-mode/python-shebang')
-rw-r--r-- | snippets/python-mode/python-shebang | 6 |
1 files changed, 6 insertions, 0 deletions
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 |