Skip to content

Commit 9075271

Browse files
authored
Modify 'cuh' extension types in extensions.py
Updated the 'cuh' extension to include 'header' as a type.
1 parent 07a8017 commit 9075271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identify/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'csx': {'text', 'c#', 'c#script'},
5353
'cu': {'text', 'cuda'},
5454
'cue': {'text', 'cue'},
55-
'cuh': {'text', 'cuda'},
55+
'cuh': {'text', 'header', 'cuda'},
5656
'cxx': {'text', 'c++'},
5757
'cxxm': {'text', 'c++'},
5858
'cylc': {'text', 'cylc'},

0 commit comments

Comments
 (0)