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

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

bug#13612: 24.3.50; Incorrect syntax highlighting in cc-mode


From: Eli Zaretskii
Subject: bug#13612: 24.3.50; Incorrect syntax highlighting in cc-mode
Date: Sun, 03 Feb 2013 05:48:41 +0200

> From: Dima Kogan <dima@secretsauce.net>
> Date: Sat, 02 Feb 2013 15:35:17 -0800
> 
> void f(void)
> {
>   filter_R( dt );
>   filter_t( dt );
> 
>   a = b;
> }
> 
> 
> 
> I'm observing the filter_R line being colored differently from the
> filter_t line. Everything on the filter_R line is using the 'default'
> face. 'filter_t' uses font-lock-type-face.

The "foo_t" tokens are taken as data types, AFAIK, to support size_t,
off_t, etc.





reply via email to

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