mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 14:02:07 -08:00
compilation-mode-font-lock-keywords tweak
This commit is contained in:
parent
2cc1905e48
commit
c81b38d300
1 changed files with 2 additions and 1 deletions
|
|
@ -269,7 +269,8 @@ strings to write into the compilation buffer, and to put in its mode line.")
|
|||
(defvar grep-history nil)
|
||||
|
||||
(defvar compilation-mode-font-lock-keywords
|
||||
'(("^\\([^\n:]*:\\([0-9]+:\\)+\\)\\(.*\\)$" 1 font-lock-function-name-face))
|
||||
;; This regexp needs a bit of rewriting. What is the third grouping for?
|
||||
'(("^\\([^ \n:]*:\\([0-9]+:\\)+\\)\\(.*\\)$" 1 font-lock-function-name-face))
|
||||
;;; ("^\\([^\n:]*:\\([0-9]+:\\)+\\)\\(.*\\)$" 0 font-lock-keyword-face keep)
|
||||
"Additional expressions to highlight in Compilation mode.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue