From: Han-Wen Nienhuys Date: Tue, 16 Apr 2002 11:58:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.53~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=012cf468e0d38b5a6f6e1e8cd0c1be4ca76c964d;p=lilypond.git *** empty log message *** --- 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