Created
July 30, 2014 10:11
-
-
Save krak3n/355a8495d8382d7c57eb to your computer and use it in GitHub Desktop.
Ultisnips Python Header Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snippet #! "Shebang header for python scripts" b | |
#!/usr/bin/env python | |
# encoding: utf-8 | |
""" | |
$1 | |
`!p snip.rv = ''.join(['=' for i in range(0, len(t[1]))])` | |
$2 | |
""" | |
endsnippet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment