0 = Just that word
1 = Everything between the startText and EndText
2 = The rest of the line

32768 = Green
1102024 = Yellow
1589480 = Red
10485760 = Blue

[Color List]
StartText	EndText	Type	Color
static		0	32768
extern		0	32768
typedef		0	32768
friend		0	32768
inline		0	32768
enum		0	32768
void		0	32768
this		0	32768
for		0	32768
while		0	32768
return		0	32768
if		0	32768
else		0	32768
const		0	32768
unsigned		0	32768
signed		0	32768
int		0	32768
long		0	32768
char		0	32768
double		0	32768
float		0	32768
virtual		0	32768
class		0	32768
public		0	32768
private		0	32768
protected		0	32768
struct		0	32768
operator		0	32768
#include		0	1102024
#if		0	1102024
#ifndef		0	1102024
#else		0	1102024
#pragma		0	1102024
#endif		0	1102024
#error		0	1102024
#define		0	1102024
"	"	1	1589480
'	'	1	8388736
//		2	10485760
/*	*/	1	10485760