Function: antlr-js-indent-action-line
antlr-js-indent-action-line is a byte-compiled function defined in
antlr-mode.el.gz.
Signature
(antlr-js-indent-action-line BOA)
Documentation
Indent the current line in an JavaScript action.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defun antlr-js-indent-action-line (_boa)
"Indent the current line in an JavaScript action."
(js-indent-line))