add cuda
This commit is contained in:
parent
3bb27082ae
commit
96579d9a7f
|
@ -11,7 +11,7 @@ syntax.add {
|
|||
files = {
|
||||
"%.h$", "%.inl$", "%.cpp$", "%.cc$", "%.C$", "%.cxx$",
|
||||
"%.c++$", "%.hh$", "%.H$", "%.hxx$", "%.hpp$", "%.h++$",
|
||||
"%.ino$"
|
||||
"%.ino$", "%.cu$", "%.cuh$"
|
||||
},
|
||||
comment = "//",
|
||||
block_comment = { "/*", "*/" },
|
||||
|
|
Loading…
Reference in New Issue