GNOME Bugzilla – Bug 691661
C++ 11 syntax highlighting
Last modified: 2016-05-10 16:41:13 UTC
Created attachment 233388 [details] alignas, alignof, final, noexcept, override, thread_local added as keywords Some keywords and identifiers with special meaning that were added to C++ (alignas, alignof, final, noexcept, override, thread_local) aren't present in data/language-specs/cpp.lang. But they should be highlighted.
Created attachment 233389 [details] [review] Patch for data/language-specs/cpp.lang
Nobody cares?
Sorry Kyrylo, too many bugs and we just missed the update. Can you please provide a git format-patch so we can give you credit for the patch?
Okay.
Created attachment 242814 [details] [review] C++11 syntax for GtkSourceView C++ keywords and special identifiers added
Review of attachment 242814 [details] [review]: Patch looks good to me.
See bug #766078, C++ 11 is not completely supported apparently.