Variable: python-shell-font-lock-enable
python-shell-font-lock-enable is a customizable variable defined in
python.el.gz.
Value
t
Documentation
Should syntax highlighting be enabled in the Python shell buffer? Restart the Python shell after changing this variable for it to take effect.
Aliases
python-shell-enable-font-lock (obsolete since 25.1)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-shell-font-lock-enable t
"Should syntax highlighting be enabled in the Python shell buffer?
Restart the Python shell after changing this variable for it to take effect."
:type 'boolean
:group 'python
:safe 'booleanp)