# HG changeset patch # User Gerd Moellmann # Date 974737054 0 # Node ID 26e82f006e90ba80b737c3d938d4dc4b2d464225 # Parent 862f04d44ca92cdaf5bff8b588f08584759fba9f (java-keywords): Add MATCH-HIGHLIGHT part for javadoc tags. diff -r 862f04d44ca9 -r 26e82f006e90 lisp/font-lock.el --- 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))