Skip to content

Instantly share code, notes, and snippets.

@staticor
Created August 15, 2013 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staticor/6238077 to your computer and use it in GitHub Desktop.
Save staticor/6238077 to your computer and use it in GitHub Desktop.
python snippet in sublime text 2 or 3
<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