Variable: java-font-lock-keywords-1
java-font-lock-keywords-1 is a variable defined in cc-fonts.el.gz.
Value
(c-maybe-font-lock-wrong-style-comments
(eval list "\240" 0
(progn
(unless (c-face-name-p 'c-nonbreakable-space-face)
(c-make-inverse-face 'font-lock-warning-face
'c-nonbreakable-space-face))
''c-nonbreakable-space-face)))
Documentation
Minimal font locking for Java mode.
Fontifies nothing except the syntactic fontification of strings and comments.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-fonts.el.gz
(defconst java-font-lock-keywords-1 (c-lang-const c-matchers-1 java)
"Minimal font locking for Java mode.
Fontifies nothing except the syntactic fontification of strings and
comments.")