atom-handlebars icon indicating copy to clipboard operation
atom-handlebars copied to clipboard

Handlebars awareness for the Atom Editor

Handlebars support in Atom

Adds syntax highlighting and snippets to Handlebars files in Atom.

Install

$ apm install atom-handlebars

Or Settings ➔ Packages ➔ Search for atom-handlebars

Snippets

  • each
  • eachas
  • eachin
  • get
  • list
  • if
  • ifelse
  • unless
  • unelse
  • else
  • with
  • log
  • dbg
  • escape
  • link

Contributions

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.