Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> writes:
the c++ font-locking does not know the C++ keywords
"explicit",
"export" and "mutable".
Appended patch against src/font-lock.el from xemacs-21.2-b37
introduces them.
While we're at it, there are also the keywords "namespace",
"using",
"dynamic_cast", "static_cast", "reinterpret_cast" and
"typeid", and
the type-types "typename" and "wchar_t". And a bunch of stuff like
"bitand", but nobody uses them.
Falk