I'm using codenvy.com for a c++ project and it works great. My problem is h files are not syntax-highlighted. How can I change setting to get nicely highlighted h files?
Thank
I'm using codenvy.com for a c++ project and it works great. My problem is h files are not syntax-highlighted. How can I change setting to get nicely highlighted h files?
Thank
Try changing the ".h" to ".hpp" or ".hh". Some people like to distinguish between C headers (.h) and CPP headers (.hpp/.hh).