Skip to content

Commit 751a08f

Browse files
authored
Merge pull request #277 from thibaudcolas/patch-3
Add `.hbs` extension for Handlebars templates
2 parents 76c2936 + d4663b3 commit 751a08f

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)