summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-08 09:05:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-08 09:05:23 +0000
commitd92d340d3bc8a69a3f9bdc16b3cc70abbe681e9d (patch)
tree625ea49a0aadd03998db0143b2e10aac90e4124e /identify/extensions.py
parentAdding upstream version 2.2.14. (diff)
downloadidentify-d92d340d3bc8a69a3f9bdc16b3cc70abbe681e9d.tar.xz
identify-d92d340d3bc8a69a3f9bdc16b3cc70abbe681e9d.zip
Adding upstream version 2.3.0.upstream/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'},