Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 739 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 739 Bytes

Handlebars package for Sublime Text 2

Higher contrast Handlebars syntax highlighting plus comment key bindings and a few snippets.

How is it different from this and this?

  • Colors of Handlebars expressions are selected to be in contrast with the surrounding html.
  • Handlebars expressions get syntax highlighting in html attributes.
  • Parameters passed to block expressions get syntax highlighting too.
  • Key bindings for {{! Handlebars comments }}
  • Tab triggers for
    • if -> {{#if }}
    • each -> {{#each }}
    • with -> {{#with }}
    • par -> {{> }} (for partials)