Originally a conversion of drnic's handlebars.tmbundle for the Atom editor
The package comes with some built-in snippets to help you work more quickly in Handlebars. Feel free to submit issues or pull requests with suggestions for more
ba
{{bindAttr ${1:class}=${2:"${3:isSelected}"}}}
chb
{{view SC.Checkbox title="Title" class="class"valueBinding="App.controller.property"}}
coll
{{#collection SC.TemplateCollectionView contentBinding="App.arrayListController"}}{{/collection}}
c
{{content.${1:field}}}
if
{{#if condition}}{{/if}}
ife
{{#if condition}}{{else}}{{/if}}
unl
{{#unless condition}}{{/unless}}
view
{{#view SC.TemplateView}}{{/view}}
I've also added some snippets that are particularly helpful for people working with Ember.JS
ema
{{action 'name'}}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.