Fontify C++ parameter packs.
commit4d34210256c6e07cb713ece8d7ad998a873f0f94
authorAlan Mackenzie <acm@muc.de>
Sat, 23 Jul 2016 15:03:07 +0000 (23 15:03 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 23 Jul 2016 15:03:07 +0000 (23 15:03 +0000)
tree1b5f456112e25e6441b33710f7e96456767a1247
parentedcdf64960a2ab4e8d9ce4419874e43b6d3ccee4
Fontify C++ parameter packs.

This fixes debbugs #23610.

* lisp/progmodes/cc-langs.el (c-pack-ops, c-pack-key): New
c-lang-defconsts/defvars.
(c-type-decl-prefix-key): Add "..." and "&&" into the C++ version.

* lisp/progmodes/cc-engine.el (c-forward-type): Handle matches of c-pack-key.
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-langs.el