Adds syntax highlighting and snippets to Spacebars files in Atom. Can also be used for Handlebars.
Feel free to submit issues or pull requests with suggestions for more.
if
{{#if condition}}{{/if}}
ife
{{#if condition}}{{else}}{{/if}}
un
{{#unless condition}}{{/unless}}
une
{{#unless condition}}{{else}}{{/unless}}
wt
{{#with item}}{{/with}}
wte
{{#with item}}{{else}}{{/with}}
ea
{{#each items}}{{/each}}
eae
{{#each items}}{{else}}{{/each}}
let
{{#let variables}}{{/let}}
pa
{{> template }}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.