Variable: lua-prompt-regexp

lua-prompt-regexp is a customizable variable defined in lua-mode.el.gz.

Value

"[^\n]*\\(>[	 ]+\\)+$"

Documentation

Regexp which matches the Lua program's prompt.

This variable was added, or its default value changed, in Emacs 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defcustom lua-prompt-regexp "[^\n]*\\(>[\t ]+\\)+$"
  "Regexp which matches the Lua program's prompt."
  :type  'regexp
  :version "31.1")