This commit is contained in:
aia29
2024-11-25 21:03:11 +08:00
committed by takase1121
parent af9c8344cf
commit 4e3558322c
+1 -1
View File
@@ -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 = { "/*", "*/" },