shell-font-lock-keywords
shell-font-lock-keywords is a variable defined in `shell.el'.
Its value is
(("[ ]\\([+-][^ \n]+\\)" 1 font-lock-comment-face)
("^[^ \n]+:.*" . font-lock-string-face)
("^\\[[1-9][0-9]*\\]" . font-lock-string-face))
- This variable may be risky if used as a file-local variable.