]> git.eshelyaron.com Git - emacs.git/commit
(font-lock-compile-keywords): New arg `regexp'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Nov 2001 02:10:01 +0000 (02:10 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Nov 2001 02:10:01 +0000 (02:10 +0000)
commit2d5eba0eb7dbdaa7be591131384ea14c20167b9b
tree913348d19da75aafe1d2fe432412ccacf6e3fa4d
parentd6b3b5f4f8fcd64c1131fec3794da47eed278b4b
(font-lock-compile-keywords): New arg `regexp'.
If set and if applicable, add a regexp to highlight defun-like
text inside comments and strings.
(font-lock-fontify-keywords-region): Pass that new arg.
(font-lock-set-defaults): Move the code to set `font-lock-keywords'
to the end and pass that new arg.
(c-font-lock-keywords-2): Fix regex for labels.
(font-lock-match-c++-style-declaration-item-and-skip-to-next):
Make it work when LIMIT is several lines further.
(c-font-lock-keywords-3, c++-font-lock-keywords-3)
(objc-font-lock-keywords-3, java-font-lock-keywords-3):
Use backquote and make the regexes for `int a, b, c;' work on
multiple lines.
lisp/font-lock.el