Syntax high-lighting a CUDA (.cu) program in visual studio (2005 and/or 2008)

0

I'm new to GPU-programming with CUDA and have just installed everyting on my machine to get started, and it's working. Big victory! However, when I open the code samples in VS(2005 and 2008) NVidia provides the cuda-program (.cu) files are just black and white. This is expected, but I wonder if there is any way to bring a bit more color into the program? I can recall reading about this somewhere in some release notes or the like, but now when I really want to see what it said I can't find the text.

Is there any way of high-lighting syntax in CUDA-programs and in such a case how?

Thanks!

AnnaR

Posted 2009-10-21T11:57:25.943

Reputation: 679

Answers