Created
August 15, 2013 03:40
-
-
Save staticor/6238077 to your computer and use it in GitHub Desktop.
python snippet in sublime text 2 or 3
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> | |
<content><![CDATA[ | |
#!/usr/bin/env python | |
#-*- coding:utf -8-*- | |
''' | |
#Author: Staticor | |
#Company: EverString | |
#File: | |
#Description: this program | |
#Revision: //2013 | |
''' | |
]]></content> | |
<!-- Optional: Tab trigger to activate the snippet --> | |
<tabTrigger>py!</tabTrigger> | |
<!-- Optional: Scope the tab trigger will be active in --> | |
<!-- Optional: Description to show in the menu --> | |
<description>My Fancy Snippet</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment