mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
add .C and .H as file extensions for C++
"C" and "H" are two file extensions recognized by gcc as indicating C++ source code. The full list may be found here: http://gcc.gnu.org/onlinedocs/gcc-4.4.1/gcc/Overall-Options.html#index-file-name-suffix-71
This commit is contained in:
committed by
Mislav Marohnić
parent
ae753e6e88
commit
586650f01c
@@ -190,8 +190,10 @@ C++:
|
|||||||
- cpp
|
- cpp
|
||||||
primary_extension: .cpp
|
primary_extension: .cpp
|
||||||
extensions:
|
extensions:
|
||||||
|
- .C
|
||||||
- .c++
|
- .c++
|
||||||
- .cxx
|
- .cxx
|
||||||
|
- .H
|
||||||
- .h++
|
- .h++
|
||||||
- .hh
|
- .hh
|
||||||
- .hxx
|
- .hxx
|
||||||
|
|||||||
Reference in New Issue
Block a user