summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-02 13:17:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-02 13:17:24 +0000
commit25f051f14c11a62f7aa73b1c7f44f193cdb3f432 (patch)
tree25163228c6ef4708433b38222d1ee64f662f1fc1 /identify
parentAdding upstream version 2.2.3. (diff)
downloadidentify-25f051f14c11a62f7aa73b1c7f44f193cdb3f432.tar.xz
identify-25f051f14c11a62f7aa73b1c7f44f193cdb3f432.zip
Adding upstream version 2.2.4.upstream/2.2.4
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 7b36b4e..0018da3 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -29,6 +29,7 @@ EXTENSIONS = {
'css': {'text', 'css'},
'csv': {'text', 'csv'},
'cu': {'text', 'cuda'},
+ 'cuh': {'text', 'cuda'},
'cxx': {'text', 'c++'},
'dart': {'text', 'dart'},
'def': {'text', 'def'},