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:
parent
d80061fab2
commit
cb6e07b14f
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user