Mercurial > emacs
changeset 33642:26e82f006e90
(java-keywords): Add MATCH-HIGHLIGHT part for
javadoc tags.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 20 Nov 2000 16:17:34 +0000 |
parents | 862f04d44ca9 |
children | 5c2be00ed2ba |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Mon Nov 20 14:46:02 2000 +0000 +++ b/lisp/font-lock.el Mon Nov 20 16:17:34 2000 +0000 @@ -2899,7 +2899,8 @@ "\\|link\\|return\\|see\\|serial\\|serialData\\|serialField" "\\|since\\|throws" "\\|version" - "\\)\\>")) + "\\)\\>") + '(1 font-lock-constant-face prepend)) '("@\\(param\\)\\>[ \t]*\\(\\sw+\\)?" (1 font-lock-constant-face prepend) (2 font-lock-variable-name-face prepend t))