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"
|
||||
"cxx"
|
||||
"C"
|
||||
"cu"
|
||||
"c++"
|
||||
"hpp"
|
||||
"hxx"
|
||||
"h++"
|
||||
"cuh"
|
||||
]
|
||||
|
||||
options:
|
||||
|
|
Loading…
Reference in New Issue