Hi All,
How I can highlighting syntax in *.cu files in Visual Studio 2005?
Thanks
Hi All,
How I can highlighting syntax in *.cu files in Visual Studio 2005?
Thanks
Take a look in the SDK’s doc folder, there’s has a sub-folder called syntax-highlighting there.
thanks
It’s quite simple:
How can i do similar thing in Emacs. Thanks
I’ve got some stuff for katepart, if you wish I can post it.
Yes,
Normally, when i open .cu file with emacs.
I use M-x c++mode to show it as C++ file. But I want it automatically highlight every time
i open it as a normal c++ files.
Thanks
Add the following to your .emacs file:
(add-to-list 'auto-mode-alist '("\.cu\'" . c++-mode))
HTH
Has anyone been able to get tab-completion working in VS2005? I have the highlighting working, but no completion.
Thanks,
Matt