summaryrefslogtreecommitdiff
path: root/snippets/python-mode/python-shebang
blob: 3d4d9a3d91a054c23e75a862a606c8b2a6fcb763 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: Python shebang
# key: sb
# --
#!/usr/bin/env python${1:3}
$0