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

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

about font-lock


From: Atsushi Shinmura
Subject: about font-lock
Date: Thu, 06 Sep 2001 19:25:15 +0900

Does anyone know how to paint C/C++ source code by the 
"font-lock" in this case?

For example,

void func(int samples){
int count, //loop counter
    var1,  //I want this is painted.
    var2;  //This too.
.............................................
    return;
}

the "int count" is painted. But the "var1" and "var2" are not 
painted.

Would you mind showing me how to solve this problem?

-- Atsushi Shinmura



reply via email to

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