Hi,

I am developing a CUDA application and use the QtCreator IDE.
CUDA kernels and functions are usually written to .cu files for which QtCreator does not seem to know how to highlight the syntax. Is there a way to simply tell QtCreator that it should use C++ syntax highlighting?

Thanks in advance for your help.