bug with syntax highlight

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
John

bug with syntax highlight

Post by John »

in C/C++ codes, if there is a line as follows,

#include <float.h>

the word "float" is highlighted unexpectly.
Ed

Re: bug with syntax highlight

Post by Ed »

float is a keyword in C/C++
John

Re: bug with syntax highlight

Post 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.
Post Reply