Skip to content

Commit

Permalink
Merge pull request #277 from thibaudcolas/patch-3
Browse files Browse the repository at this point in the history
Add `.hbs` extension for Handlebars templates
  • Loading branch information
asottile authored Feb 1, 2022
2 parents 76c2936 + d4663b3 commit 751a08f
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 751a08f

Please sign in to comment.