diff options
| author | Gerd Moellmann | 2000-11-20 16:17:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-20 16:17:34 +0000 |
| commit | 1bc7654adc7acd7cfcf508184b64a39ef36a857e (patch) | |
| tree | 5b151ac24c742ed06c1e1791f9767323f29718ea | |
| parent | 81459ac9e28dd4597eac5ddf6f3ef28761457130 (diff) | |
| download | emacs-1bc7654adc7acd7cfcf508184b64a39ef36a857e.tar.gz emacs-1bc7654adc7acd7cfcf508184b64a39ef36a857e.zip | |
(java-keywords): Add MATCH-HIGHLIGHT part for
javadoc tags.
| -rw-r--r-- | lisp/font-lock.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index b1ba17eab76..9c7b58a9d39 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -2899,7 +2899,8 @@ See also `java-font-lock-extra-types'.") | |||
| 2899 | "\\|link\\|return\\|see\\|serial\\|serialData\\|serialField" | 2899 | "\\|link\\|return\\|see\\|serial\\|serialData\\|serialField" |
| 2900 | "\\|since\\|throws" | 2900 | "\\|since\\|throws" |
| 2901 | "\\|version" | 2901 | "\\|version" |
| 2902 | "\\)\\>")) | 2902 | "\\)\\>") |
| 2903 | '(1 font-lock-constant-face prepend)) | ||
| 2903 | '("@\\(param\\)\\>[ \t]*\\(\\sw+\\)?" | 2904 | '("@\\(param\\)\\>[ \t]*\\(\\sw+\\)?" |
| 2904 | (1 font-lock-constant-face prepend) | 2905 | (1 font-lock-constant-face prepend) |
| 2905 | (2 font-lock-variable-name-face prepend t)) | 2906 | (2 font-lock-variable-name-face prepend t)) |