Skip to content

Commit

Permalink
Merge pull request #232 from joshsleeper/patch-1
Browse files Browse the repository at this point in the history
add hcl extension support
  • Loading branch information
asottile authored Sep 19, 2021
2 parents d3b6d76 + 9c1b566 commit a8c362d
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 @@ -62,6 +62,7 @@
'gypi': {'text', 'gyp', 'python'},
'gz': {'binary', 'gzip'},
'h': {'text', 'header', 'c', 'c++'},
'hcl': {'text', 'hcl'},
'hh': {'text', 'header', 'c++'},
'hpp': {'text', 'header', 'c++'},
'hs': {'text', 'haskell'},
Expand Down

0 comments on commit a8c362d

Please sign in to comment.