mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
Add common file extensions to the c++ language
.hpp and .tpp extensions are of common use respectively for headers files and separate implementation of template classes/methods.
This commit is contained in:
@@ -184,8 +184,10 @@ C++:
|
|||||||
- .H
|
- .H
|
||||||
- .h++
|
- .h++
|
||||||
- .hh
|
- .hh
|
||||||
|
- .hpp
|
||||||
- .hxx
|
- .hxx
|
||||||
- .tcc
|
- .tcc
|
||||||
|
- .tpp
|
||||||
|
|
||||||
C-ObjDump:
|
C-ObjDump:
|
||||||
type: data
|
type: data
|
||||||
|
|||||||
Reference in New Issue
Block a user