Added common alternative Handlebars extensions

This commit is contained in:
Jay Phelps
2013-07-18 01:47:14 -07:00
parent 772a9a582c
commit 0978258f57

View File

@@ -581,6 +581,10 @@ Handlebars:
type: markup type: markup
lexer: Text only lexer: Text only
primary_extension: .handlebars primary_extension: .handlebars
extensions:
- .html.handlebars
- .hbs
- .html.hbs
Haskell: Haskell:
type: programming type: programming