Merge pull request #1507 from CodefroesPuc/patch-2
Adding CUDA language as extension of C++
This commit is contained in:
commit
644ff444cc
|
@ -20,10 +20,12 @@ module.exports = {
|
||||||
"cpp"
|
"cpp"
|
||||||
"cxx"
|
"cxx"
|
||||||
"C"
|
"C"
|
||||||
|
"cu"
|
||||||
"c++"
|
"c++"
|
||||||
"hpp"
|
"hpp"
|
||||||
"hxx"
|
"hxx"
|
||||||
"h++"
|
"h++"
|
||||||
|
"cuh"
|
||||||
]
|
]
|
||||||
|
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in New Issue