Merge pull request #1507 from CodefroesPuc/patch-2

Adding CUDA language as extension of C++
This commit is contained in:
Glavin Wiechert 2017-04-10 04:38:34 -03:00 committed by GitHub
commit 644ff444cc
1 changed files with 2 additions and 0 deletions

View File

@ -20,10 +20,12 @@ module.exports = {
"cpp" "cpp"
"cxx" "cxx"
"C" "C"
"cu"
"c++" "c++"
"hpp" "hpp"
"hxx" "hxx"
"h++" "h++"
"cuh"
] ]
options: options: