parent
2078918a3c
commit
0c258bdec5
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue