Thanks. I've fixed cgdb syntax highlighting for various literals here.
https://github.com/cgdb/cgdb/pull/22 Wonder if anyone has any ideas for q"( strings )" Regards -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0'; On May 20, 2013 11:40 PM, "Jesse Phillips" <[email protected]> wrote: > On Monday, 20 May 2013 at 16:36:59 UTC, Iain Buclaw wrote: > >> First question that I have: >> >> Does 'Object' *need* to be syntax highlighted? >> >> >> Regards >> -- >> Iain Buclaw >> >> *(p < e ? p++ : p) = (c & 0x0f) + '0'; >> > > No, but nor does size_t... Object is always made available, so basically a > keyword. >
