This commit is contained in:
aia29 2024-07-02 22:51:43 -07:00 committed by Takase
parent 3bb27082ae
commit 96579d9a7f
1 changed files with 1 additions and 1 deletions

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 = { "/*", "*/" },