Variable: antlr-action-mode

antlr-action-mode is a variable defined in antlr-mode.el.gz.

Value

nil

Documentation

Major-mode for code in actions of the grammar.

The value is language-dependent, see antlr-language-variables.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-action-mode nil
  "Major-mode for code in actions of the grammar.
The value is language-dependent, see `antlr-language-variables'.")