From: Heikki Junes Date: Fri, 8 Nov 2002 14:55:18 +0000 (+0000) Subject: lilypond.vim: Do not fontify cises, desis, etc. X-Git-Tag: release/1.7.7~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c5846dc68c286a7fbae6f55b7ffcd0e65145514;p=lilypond.git lilypond.vim: Do not fontify cises, desis, etc. --- diff --git a/ChangeLog b/ChangeLog index 35ecb9e217..3ff80b38f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-08 Heikki Junes + + * lilypond.vim: Do not fontify cises, desis, etc. + + 2002-11-08 Han-Wen Nienhuys * lily/lookup.cc (triangle): new function. diff --git a/lilypond.vim b/lilypond.vim index 73c9120d31..dc9eadd57c 100644 --- a/lilypond.vim +++ b/lilypond.vim @@ -29,7 +29,7 @@ syn region lilyComment start="%{" skip="%$" end="%}" syn region lilyComment start="%\([^{]\|$\)" end="$" syn match lilyStatement "[-_^]\?\\\a\+" -syn match lilyNote "\<\(\(\(bb\|as[ae]s\|[ae]s\|eses\|[a-h]\([ei]s\)\{,2}\)\([,']\)\{,4}\([?!]\)\?\|[srR]\)\(\(128\|6\?4\|3\?2\|16\?\|8\|\\breve\)[.]*\)\?\)\(\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\)[.]*\)\?\)\(\A\|\n\)"me=e-1 syn match lilyNumber "[-_^.]\?\d\+[.]\?" syn match lilyEquation "\(#['`]\)\?\(\a*[-]\)*\a*\s*=\s*\(#[#'`]\?\)\?\a*" syn match lilySlur "[(~)]"