mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
wrap java-minor-types in java-font-lock-keywords-2.
This commit is contained in:
parent
aa9ce93672
commit
b4b989a063
@ -2820,7 +2820,7 @@ See also `java-font-lock-extra-types'.")
|
|||||||
(list
|
(list
|
||||||
;;
|
;;
|
||||||
;; Fontify all builtin type specifiers.
|
;; 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).
|
;; Fontify all builtin keywords (except below).
|
||||||
(concat "\\<\\(" java-keywords "\\|" java-major-types "\\)\\>")
|
(concat "\\<\\(" java-keywords "\\|" java-major-types "\\)\\>")
|
||||||
|
Loading…
Reference in New Issue
Block a user