Variable: inferior-octave-font-lock-keywords
inferior-octave-font-lock-keywords is a variable defined in
octave.el.gz.
Value
(("\\(?:^octave\\(?:.bin\\|.exe\\)?\\(?:-[.0-9]+\\)?\\(?::[0-9]+\\)?\\|^debug\\|^\\)>+ " . font-lock-type-face))
Documentation
Additional expressions to highlight in Inferior Octave mode.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defvar inferior-octave-font-lock-keywords
(list
(cons inferior-octave-prompt 'font-lock-type-face))
;; Could certainly do more font locking in inferior Octave ...
"Additional expressions to highlight in Inferior Octave mode.")