Anyway, my problem is the keywords "namespace", and "public" in C++ don't get highlighted, they just stay the default color:
- Code: Select all
using namespace std; /* Namespace not colored */
namespace test /* Namespace not colored */
{
// code
}
public class foo; /* Public not highlighted */
Can someone please help me? If you need any more info, ask me and I can try to answer.