/backbone.collection.sublime-snippet
https://github.com/theshane/sublime-addons · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · bfb59e5638ebfbcb0d4fc6eefcc44177 MD5 · raw file
- <snippet>
- <content><![CDATA[
- Backbone.Collection.extend({${0:properties}});
- ]]></content>
- <tabTrigger>bc</tabTrigger>
- <scope>source.js</scope>
- <description>Backbone Collection</description>
- </snippet>