lets see if it works
Code:
#include <stdio.h>
int main(void)
{
int just_a_number = 5;
printf("Some ugly text %d\n",just_a_number);
while(getchar()!='\n'); // hmm seems like there has to be a space after while
return -1;
}
if while for switch case break continue
int char BYTE BOOL float double TRUE FALSE // highlight theses too
1 2 3 -4 5.6 // highlight numbers with red for example
this is how it looks in my MSVC
