Skip to content

Commit 4fcf213

Browse files
feat(language): add cc, hh, hxx extension for c++
1 parent 30c9895 commit 4fcf213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/detect_language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'Assembly': ['asm'],
88
'Batchfile': ['bat', 'cmd', 'btm'],
99
'C': ['c', 'h'],
10-
'C++': ['cpp', 'cxx', 'hpp'],
10+
'C++': ['cpp', 'cxx', 'hpp', 'cc', 'hh', 'hxx'],
1111
'C#': ['cs'],
1212
'CSS': ['css'],
1313
'Clojure': ['clj'],

0 commit comments

Comments
 (0)