Page 1 of 1

bug with syntax highlight

Posted: Thu Sep 19, 2002 2:51 pm
by John
in C/C++ codes, if there is a line as follows,

#include <float.h>

the word "float" is highlighted unexpectly.

Re: bug with syntax highlight

Posted: Fri Sep 20, 2002 3:38 am
by Ed
float is a keyword in C/C++

Re: bug with syntax highlight

Posted: Fri Sep 20, 2002 1:04 pm
by John
I know that. What I mean is in this case the "float" should not be treated as a keyword in this case.

Thanks.