Always mark "<" and ">" in #include directives with text properties.
commitdb0a3b2c974642d04e763db64fcb49ef3154f5a8
authorAlan Mackenzie <acm@muc.de>
Tue, 7 Apr 2015 11:01:43 +0000 (7 11:01 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 7 Apr 2015 11:01:43 +0000 (7 11:01 +0000)
treee339e1fe78aa44cc9168f5d9cc32e660a5ed69c7
parent23468561682aea0705249a469f614bb873e4f411
Always mark "<" and ">" in #include directives with text properties.

* lisp/progmodes/c-fonts.el (c-cpp-matchers): Replace a font-lock "anchored
matcher" with an invocation of c-make-font-lock-search-function to allow
fontification when there's no trailing space on an "#include <..>" line.
lisp/progmodes/cc-fonts.el