nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] some c-file syntax updates


From: David Lawrence Ramsey
Subject: Re: [Nano-devel] some c-file syntax updates
Date: Tue, 04 Oct 2005 01:07:31 -0400
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

Mike Frysinger wrote:

>this patch:
>- makes the define highlight a bit more flexible (since many many
>defines have numbers in them)
>- highlights standard types like uint8_t/uint16_t/uint32_t/etc...
>- differentiates between logical statements like for/while/if and
>statements
>which explicitly control code flow like goto/break/return
>- adds some more gcc builtins

Thank you.  I've applied them all to CVS, with a minor tweak to the
uint???_t highlighting ("\<(u_?)?int(8|16|32|64|ptr)_t\>" matches the
same strings, and takes up slightly less room).





reply via email to

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