1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

wrap java-minor-types in java-font-lock-keywords-2.

This commit is contained in:
Simon Marshall 1998-12-07 10:54:47 +00:00
parent aa9ce93672
commit b4b989a063

View File

@ -2820,7 +2820,7 @@ See also `java-font-lock-extra-types'.")
(list
;;
;; Fontify all builtin type specifiers.
(cons (concat "\\<" java-minor-types "\\>") 'font-lock-type-face)
(cons (concat "\\<\\(" java-minor-types "\\)\\>") 'font-lock-type-face)
;;
;; Fontify all builtin keywords (except below).
(concat "\\<\\(" java-keywords "\\|" java-major-types "\\)\\>")