Created
December 9, 2013 17:07
-
-
Save niran/7876005 to your computer and use it in GitHub Desktop.
Override Sublime Text's terrible default @Property autocomplete
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> | |
<content><![CDATA[property]]></content> | |
<tabTrigger>property</tabTrigger> | |
<scope>source.python</scope> | |
<description>New Property Decorator</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment