From 2be5fddb088da57d3378fa40285debcbe6dc8d8b Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Sat, 20 Sep 2003 08:46:28 +0000 Subject: [PATCH] * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim. --- ChangeLog | 4 ++++ lilypond.vim | 4 ++-- ly/chord-modifiers-init.ly | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17b6fcda12..d2688be168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-20 Heikki Junes + + * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim. + 2003-09-19 Jan Nieuwenhuizen * stepmake/stepmake/help2man-rules.make: Allow manpages to fail diff --git a/lilypond.vim b/lilypond.vim index 006e67cc11..e0655fb73c 100644 --- a/lilypond.vim +++ b/lilypond.vim @@ -2,7 +2,7 @@ " Language: LilyPond " Maintainer: Heikki Junes " Created: Oct 17, 2002 -" Last Change: Nov 13, 2002 +" Last Change: Sep 20, 2003 " Version: 6.1-1 " Latest: " http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lilypond.vim @@ -28,7 +28,7 @@ syn region lilyString start=/"/ end=/"/ skip=/\\"/ syn region lilyComment start="%{" skip="%$" end="%}" syn region lilyComment start="%\([^{]\|$\)" end="$" -syn match lilyStatement "[-_^]\?\\\a\+" +syn match lilyStatement "[-_^]\?\\\(\a[-]\?\)\+" syn match lilyNote "\<\(\(\(bb\|as[ae]s\|[ae]s\|eses\|[a-h]\(\|is\|isis\|es\|eses\)\)\([,']\)\{,4}\([?!]\)\?\|[srR]\)\(\(128\|6\?4\|3\?2\|16\?\|8\|\\breve\|\\longa\)[.]*\)\?\)\(\A\|\n\)"me=e-1 syn match lilyNote "\<\(\(\(bb\|as[ae]s\|[ae]s\|eses\|[a-h]\(\|is\|isis\|es\|eses\)\)\([,']\)\{,4}\([?!]\)\?\|[srR]\)\(\(128\|6\?4\|3\?2\|16\?\|8\|\\breve\|\\longa\)[.]*\)\?\)$" syn match lilyNumber "[-_^.]\?\d\+[.]\?" diff --git a/ly/chord-modifiers-init.ly b/ly/chord-modifiers-init.ly index 96e514edce..6b0de39aa9 100644 --- a/ly/chord-modifiers-init.ly +++ b/ly/chord-modifiers-init.ly @@ -36,4 +36,4 @@ fullJazzExceptions = #(sequential-music-to-chord-exceptions partialJazzExceptions = #(sequential-music-to-chord-exceptions partialJazzMusic #f) - \ No newline at end of file + -- 2.39.5