mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-05 17:05:34 +00:00
Treat .cu files as .cpp
This commit is contained in:
@@ -105,14 +105,15 @@ C++:
|
||||
aliases:
|
||||
- cpp
|
||||
extensions:
|
||||
- .cpp
|
||||
- .hh
|
||||
- .c++
|
||||
- .cc
|
||||
- .cpp
|
||||
- .cu
|
||||
- .cxx
|
||||
- .h++
|
||||
- .hh
|
||||
- .hpp
|
||||
- .hxx
|
||||
- .c++
|
||||
- .cxx
|
||||
- .tcc
|
||||
|
||||
C-ObjDump:
|
||||
|
||||
Reference in New Issue
Block a user