diff options
| author | Peter Wagenet <peter.wagenet@gmail.com> | 2012-11-12 17:16:18 -0800 |
|---|---|---|
| committer | Peter Wagenet <peter.wagenet@gmail.com> | 2012-11-12 17:16:18 -0800 |
| commit | 0e20f6d454c7151a06122c7d64124a5e424f40e0 (patch) | |
| tree | b8b7b7085e5109407a64588582f9e1abb7b06eb0 /lib | |
| parent | d92d208a45d1f1882f1e553a46851df950857976 (diff) | |
Added Handlebars language
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/linguist/languages.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 9c754c9..c9ab1b9 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -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" |
