]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond.vim: Do not fontify cises, desis, etc.
authorHeikki Junes <heikki.junes@hut.fi>
Fri, 8 Nov 2002 14:55:18 +0000 (14:55 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Fri, 8 Nov 2002 14:55:18 +0000 (14:55 +0000)
ChangeLog
lilypond.vim

index 35ecb9e217a8bd2fcccfa76de32ea4516016f006..3ff80b38f57f2de2eb18d90e9b6f9f7fb0ae5477 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond.vim: Do not fontify cises, desis, etc.
+
+
 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/lookup.cc (triangle): new function.
index 73c9120d3142f6d44809eb75e5af7c99c343295b..dc9eadd57cbf47ac6abcfb2901a30cb9f5a4f89f 100644 (file)
@@ -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     "[(~)]"