]> code.delx.au - gnu-emacs/commit
Fontify CPP expressions correctly when starting in the middle of such a
authorAlan Mackenzie <acm@muc.de>
Sat, 20 Aug 2011 14:43:33 +0000 (14:43 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 20 Aug 2011 14:43:33 +0000 (14:43 +0000)
commitb128268e4491e93c332d14c8ae92646ab5884fba
treeaf506d5207b59595c94fb8d6afcde9422aa9e0ae
parent11994f9ba68c3607edb86e86d86e554abe2f955c
Fontify CPP expressions correctly when starting in the middle of such a
construct.  Mainly for when jit-lock etc. starts a chunk here.

cc-fonts.el (c-font-lock-context): new buffer local variable.
(c-make-font-lock-search-form): new function, extracted from
c-make-font-lock-search-function.
(c-make-font-lock-search-function): Use the above function.
(c-make-font-lock-context-search-function): New function.
(c-cpp-matchers): Enhance the preprocessor expression case with the above
function
(c-font-lock-complex-decl-prepare):  Test for being in a CPP form which
takes an expression.

cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-langs.el