Variable: antlr-indent-action-line

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

Value

nil

Documentation

Function which indents the current line in actions.

The function is called with the character address of the '{' starting the action. If nil, use CC mode to indent the line. 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-indent-action-line nil
  ;; TODO: better call it with action start?
  "Function which indents the current line in actions.
The function is called with the character address of the '{' starting
the action.
If nil, use CC mode to indent the line.
The value might be language-dependent, see `antlr-language-variables'.")