mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +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
|
||||
;;
|
||||
;; 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 "\\)\\>")
|
||||
|
Loading…
Reference in New Issue
Block a user