Add support for .cu files

This commit is contained in:
elftausend
2024-02-16 17:10:20 +01:00
parent 5fa8522c25
commit 401dca3ded
5 changed files with 48 additions and 0 deletions

View File

@@ -748,5 +748,21 @@
}
}
]
},
{
"language": "Cuda",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
}
]