Skip to content

Commit

Permalink
Add .hbs extension for Handlebars templates
Browse files Browse the repository at this point in the history
[Handlebars](https://handlebarsjs.com/) templates most commonly use the `.hbs` extension. I believe [Ember](https://guides.emberjs.com/release/components/) is the most popular tool that uses `.hbs`. [Eleventy](https://www.11ty.dev/docs/languages/handlebars/) is another example.
  • Loading branch information
thibaudcolas authored Jan 31, 2022
1 parent 5d96f71 commit d4663b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'gypi': {'text', 'gyp', 'python'},
'gz': {'binary', 'gzip'},
'h': {'text', 'header', 'c', 'c++'},
'hbs': {'text', 'handlebars'},
'hcl': {'text', 'hcl'},
'hh': {'text', 'header', 'c++'},
'hpp': {'text', 'header', 'c++'},
Expand Down

0 comments on commit d4663b3

Please sign in to comment.