Variable: antlr-font-lock-keywords-alist
antlr-font-lock-keywords-alist is a variable defined in
antlr-mode.el.gz.
Value
((java-mode antlr-no-action-keywords java-font-lock-keywords-1 java-font-lock-keywords-2 java-font-lock-keywords-3)
(c++-mode antlr-no-action-keywords c++-font-lock-keywords-1 c++-font-lock-keywords-2 c++-font-lock-keywords-3))
Documentation
List of font-lock keywords for actions in the grammar.
Each element in this list looks like
(MAJOR-MODE KEYWORD...)
If antlr-language is equal to MAJOR-MODE, the KEYWORDs are the
font-lock keywords according to font-lock-defaults used for the code
in the grammar's actions and semantic predicates, see
antlr-font-lock-maximum-decoration.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-font-lock-keywords-alist
'((java-mode
antlr-no-action-keywords
java-font-lock-keywords-1 java-font-lock-keywords-2
java-font-lock-keywords-3)
(c++-mode
antlr-no-action-keywords
c++-font-lock-keywords-1 c++-font-lock-keywords-2
c++-font-lock-keywords-3))
"List of font-lock keywords for actions in the grammar.
Each element in this list looks like
(MAJOR-MODE KEYWORD...)
If `antlr-language' is equal to MAJOR-MODE, the KEYWORDs are the
font-lock keywords according to `font-lock-defaults' used for the code
in the grammar's actions and semantic predicates, see
`antlr-font-lock-maximum-decoration'.")