From f3400032c906a4ff34ce7cbee683f432068d9df2 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Thu, 20 Aug 2009 00:36:41 -0400 Subject: [PATCH] better color comments --HG-- branch : pmacs2 --- mode/c.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mode/c.py b/mode/c.py index c4023a7..1f52519 100644 --- a/mode/c.py +++ b/mode/c.py @@ -177,11 +177,11 @@ hi_magenta = ('magenta505', 'default') lo_red = ('red300', 'default') hi_red = ('red511', 'default') -# orange are for arrays and hashes +# orange is for macro definitions, headers and constants hi_orange = ('yellow531', 'default') lo_orange = ('yellow520', 'default') -# yellow is for scalars and prototypes +# yellow is for parts of macros hi_yellow = ('yellow551', 'default') lo_yellow = ('yellow330', 'default') @@ -189,11 +189,11 @@ lo_yellow = ('yellow330', 'default') lo_green = ('green030', 'default') hi_green = ('green050', 'default') -# cyan is for quotes, evals, regexes, subs +# cyan is for types lo_cyan = ('cyan033', 'default') hi_cyan = ('cyan155', 'default') -# blue is unused +# blue is definitions, functions and some macros lo_blue = ('blue113', 'default') hi_blue = ('blue225', 'default')