better highlighting for c macros

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-09-05 20:02:38 -04:00
parent 2078918a3c
commit 0c258bdec5
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +223,8 @@ class C(Fundamental):
'c.macrocomment.null': hi_red, 'c.macrocomment.null': hi_red,
'c.macrocomment.end': hi_red, 'c.macrocomment.end': hi_red,
'c.macro': hi_blue, 'c.macro': hi_yellow,
'c.macro.start': hi_blue, 'c.macro.start': hi_yellow,
'c.macro.name': hi_orange, 'c.macro.name': hi_orange,
'c.macro.null': hi_magenta, 'c.macro.null': hi_magenta,
'c.macro.concat': hi_yellow, 'c.macro.concat': hi_yellow,