Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
33 lines (25 loc) · 580 Bytes

README.md

File metadata and controls

executable file
·
33 lines (25 loc) · 580 Bytes

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.