From 012cf468e0d38b5a6f6e1e8cd0c1be4ca76c964d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 16 Apr 2002 11:58:09 +0000 Subject: [PATCH] *** empty log message *** --- lilypond-font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilypond-font-lock.el b/lilypond-font-lock.el index d0fd636772..77a508975f 100644 --- a/lilypond-font-lock.el +++ b/lilypond-font-lock.el @@ -139,7 +139,7 @@ '("\\([][}{]\\)" 0 font-lock-warning-face t) ;; these regexps allow angle-brackets to be highlighted when and only when they delimit simultaneous music ;; fontify open < but leave crescendos \< alone - '("[^\\]\\(<\\)" 1 font-lock-warning-face t) + '("\\([^\\]\\|^\\)\\(<\\)" 2 font-lock-warning-face t) ;; fontify the close-brackets in (tenuto) and (marcato) '("[_^-]\\s-*[-^]\\s-*\\(>\\)" 1 font-lock-warning-face t) ;; but leave a b c-> (accent) alone, accounting for whitespace -- 2.39.5