Last active
June 9, 2016 15:25
-
-
Save efraintorlo/e8900c1e3fa2857958a3089ca08520a7 to your computer and use it in GitHub Desktop.
Python Doc header for Ultisnips
This file contains hidden or 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 docs "Python Document Info" b! | |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| File: ${1:`!v vim_snippets#Filename('$1.py', 'foo.py')`} | |
| Author: ${2:`!v g:snips_author`} | |
| Email: ${3:`!v g:snips_email`} | |
| Github: ${4:`!v g:snips_github`} | |
| Description: ${5:INFO} | |
| File: ${1:`!v vim_snippets#Filename('$1.py', 'foo.py')`} | |
| """ | |
| ${0} | |
| endsnippet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment