summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-08 09:05:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-08 09:05:27 +0000
commitb6505c4dd8ccf016c283a3e85406fe0e32e79069 (patch)
treec805f60873b1036ea8a303770ca8d578ae089310 /identify/extensions.py
parentReleasing debian version 2.2.14-1. (diff)
downloadidentify-b6505c4dd8ccf016c283a3e85406fe0e32e79069.tar.xz
identify-b6505c4dd8ccf016c283a3e85406fe0e32e79069.zip
Merging upstream version 2.3.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify/extensions.py')
-rw-r--r--identify/extensions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 8e650ed..67d601a 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -62,6 +62,7 @@ EXTENSIONS = {
'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'},