Added Handlebars language

This commit is contained in:
Peter Wagenet
2012-11-12 17:16:18 -08:00
parent d92d208a45
commit 0e20f6d454
3 changed files with 25 additions and 0 deletions

View File

@@ -591,6 +591,14 @@ Haml:
type: markup
primary_extension: .haml
Handlebars:
type: markup
lexer: Text only
primary_extension: .handlebars
extensions:
- .handlebars
- .hbs
Haskell:
type: programming
color: "#29b544"