]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 Apr 2002 11:58:09 +0000 (11:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 Apr 2002 11:58:09 +0000 (11:58 +0000)
lilypond-font-lock.el

index d0fd63677263a6ad3d59123cdf351942562fdc38..77a508975f54440c22db6433d86020cb56a73db4 100644 (file)
       '("\\([][}{]\\)" 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 <a b c--> (tenuto) and <a b c-^> (marcato)
       '("[_^-]\\s-*[-^]\\s-*\\(>\\)" 1 font-lock-warning-face t) 
       ;; but leave a b c-> (accent) alone, accounting for whitespace