Skip to content

Commit d4663b3

Browse files
authored
Add .hbs extension for Handlebars templates
[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.
1 parent 5d96f71 commit d4663b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
'gypi': {'text', 'gyp', 'python'},
6767
'gz': {'binary', 'gzip'},
6868
'h': {'text', 'header', 'c', 'c++'},
69+
'hbs': {'text', 'handlebars'},
6970
'hcl': {'text', 'hcl'},
7071
'hh': {'text', 'header', 'c++'},
7172
'hpp': {'text', 'header', 'c++'},

0 commit comments

Comments
 (0)