diff --git a/identify/extensions.py b/identify/extensions.py index fbcee7c..fa2087f 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -52,7 +52,7 @@ 'csx': {'text', 'c#', 'c#script'}, 'cu': {'text', 'cuda'}, 'cue': {'text', 'cue'}, - 'cuh': {'text', 'cuda'}, + 'cuh': {'text', 'header', 'cuda'}, 'cxx': {'text', 'c++'}, 'cxxm': {'text', 'c++'}, 'cylc': {'text', 'cylc'},