emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] support a few of the new features of C++11 in syntax highlig


From: Václav Zeman
Subject: Re: [PATCH] support a few of the new features of C++11 in syntax highlighting
Date: Sun, 11 May 2014 08:48:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 25.1.2014 13:51, Paul Pogonyshev wrote:
> This patch adds support for a few of new C++11 features. I added only
> the ones easy to implement (basically, just adding keywords to lists),
> since I'm not familiar with the way cc-mode works. Hope this patch is
> not controversial. I submitted required legal papers years ago, you can
> find a few my patches in ChangeLog.
> 
> Paul
> 
> 
> 2014-01-25  Paul Pogonyshev  <address@hidden
> <mailto:address@hidden>>
> 
>     * progmodes/cc-langs.el: Support some of the new keywords in
>     C++11.
>     (c-operators): Handle `alignof' and `decltype'.
>     (c-primitive-type-kwds): Add `char16_t' and `char32_t' primitive
>     types.
>     (c-type-modifier-kwds): Add `constexpr' and `thread_local'.
>     (c-constant-kwds): Add `nullptr'.
> 

Has this thread come to any conclusion? Were your collective patches
merged and committed?

-- 
VZ


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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