Variable: antlr-action-font-lock-keywords
antlr-action-font-lock-keywords is a variable defined in
antlr-mode.el.gz.
Value
nil
Documentation
Font Lock keywords used for the actions in the grammar.
The value should be like the first element of `font-lock-defaults.
See also antlr-font-lock-maximum-decoration.
The value might be language-dependent, see antlr-language-variables.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-action-font-lock-keywords nil
"Font Lock keywords used for the actions in the grammar.
The value should be like the first element of `font-lock-defaults.
See also `antlr-font-lock-maximum-decoration'.
The value might be language-dependent, see `antlr-language-variables'.")