From 9075271d181352f321bf3eb2b15239f002528efd Mon Sep 17 00:00:00 2001 From: Hagege Ruben <20857346+HagegeR@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:29:36 +0200 Subject: [PATCH] Modify 'cuh' extension types in extensions.py Updated the 'cuh' extension to include 'header' as a type. --- identify/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'},