help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

.c file has no color for most of code in functions, is this normal?


From: jianli zhao
Subject: .c file has no color for most of code in functions, is this normal?
Date: Tue, 13 Oct 2009 00:16:18 -0700 (PDT)
User-agent: G2/1.0

main ()
{int a,b
a=b; <------the text color of this line is black, no face and color
for(a=0;a<8;a++) <--------only "for" has color.
   a=b;
}

Emacs must have way to color these code lines, but how to enable it?
Please help!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]