1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(shell-font-lock-keywords): Remove prompt highlighting, since this is

now done independently of font-lock mode.
This commit is contained in:
Miles Bader 2000-08-22 10:06:55 +00:00
parent d80061fab2
commit cb6e07b14f

View File

@ -321,8 +321,7 @@ Thus, this does not include the shell's current directory.")
:group 'shell)
(defvar shell-font-lock-keywords
'((eval . (cons shell-prompt-pattern 'font-lock-warning-face))
("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face)
'(("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face)
("^[^ \t\n]+:.*" . font-lock-string-face)
("^\\[[1-9][0-9]*\\]" . font-lock-string-face))
"Additional expressions to highlight in Shell mode.")