summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-19 13:21:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-19 13:21:52 +0000
commit9fb5bb5c8186e09e1834be7650b390d158d90419 (patch)
tree0d59ac8624ccc9243c8ac601761db976717f214e /identify
parentAdding upstream version 2.2.2. (diff)
downloadidentify-9fb5bb5c8186e09e1834be7650b390d158d90419.tar.xz
identify-9fb5bb5c8186e09e1834be7650b390d158d90419.zip
Adding upstream version 2.2.3.upstream/2.2.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 0fc0d8f..7b36b4e 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -58,6 +58,7 @@ EXTENSIONS = {
'gypi': {'text', 'gyp', 'python'},
'gz': {'binary', 'gzip'},
'h': {'text', 'header', 'c', 'c++'},
+ 'hh': {'text', 'header', 'c++'},
'hpp': {'text', 'header', 'c++'},
'hs': {'text', 'haskell'},
'htm': {'text', 'html'},