aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-11-20 16:17:34 +0000
committerGerd Moellmann <[email protected]>2000-11-20 16:17:34 +0000
commit1bc7654adc7acd7cfcf508184b64a39ef36a857e (patch)
tree5b151ac24c742ed06c1e1791f9767323f29718ea /lisp
parent81459ac9e28dd4597eac5ddf6f3ef28761457130 (diff)
(java-keywords): Add MATCH-HIGHLIGHT part for
javadoc tags.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/font-lock.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index b1ba17eab7..9c7b58a9d3 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -2899,7 +2899,8 @@ See also `java-font-lock-extra-types'.")
"\\|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))