summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-19 13:21:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-19 13:23:03 +0000
commita99881b396aba35beb99d5ff4430ff5673f1d838 (patch)
treecacc86a25e4d8fc8b49abee11ba4eeb21f475e76 /identify
parentReleasing debian version 2.2.2-1. (diff)
downloadidentify-a99881b396aba35beb99d5ff4430ff5673f1d838.tar.xz
identify-a99881b396aba35beb99d5ff4430ff5673f1d838.zip
Merging upstream version 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'},