• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

language-spacebars

Adds syntax highlighting and snippets to Spacebars files in Atom.
tamino-martinius
0.3.2 3,934
14
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

language-spacebars package

Adds syntax highlighting and snippets to Spacebars files in Atom. Can also be used for Handlebars.

Feedback

Feel free to submit issues or pull requests with suggestions for more.

Generic Snippets

if: if

{{#if condition}}
 
{{/if}}

if - else: ife

{{#if condition}}
 
{{else}}
 
{{/if}}

unless: un

{{#unless condition}}
 
{{/unless}}

unless - else: une

{{#unless condition}}
 
{{else}}
 
{{/unless}}

with: wt

{{#with item}}
 
{{/with}}

with - else: wte

{{#with item}}
 
{{else}}
 
{{/with}}

each: ea

{{#each items}}
 
{{/each}}

each - else: eae

{{#each items}}
 
{{else}}
 
{{/each}}

let: let

{{#let variables}}
 
{{/let}}

partial: pa

{{> template }}

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by