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

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

customizing syntax highlighting of variable and function usage in C and


From: Geralt
Subject: customizing syntax highlighting of variable and function usage in C and C++ mode
Date: Tue, 3 Feb 2009 16:38:40 +0100

Hi,

is it possible to customize the syntax highlighting of function calls
and the usage of variables in C and C++ mode? By setting
(font-lock-variable-name-face ((t (:foreground "#eeeeec" :italic t))))
(font-lock-function-name-face ((t (:foreground "#edd400" :bold t
:underline t))))

in my color-theme only the declarations/definitions are affected.

In shell-script-mode all variables are affected (i.e. in every
context), but functions not at all (i.e. not even in their
definitons).



Thanks.




reply via email to

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