[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor vim syntax improvements
From: |
Graham Percival |
Subject: |
Re: Minor vim syntax improvements |
Date: |
Tue, 20 May 2008 00:44:42 -0700 |
Thanks for the patch.
I applied the changes to vim/lilypond-syntax.vim. However, I
don't understand the change to buildscripts/lilypond-words.py, so I
did not apply it.
For anybody else interested: the change in question is replacing line
39 of buildscripts/lilypond-words.py:
- keywords += [w for w in re.findall (r"(?m)^\s*([a-zA-Z]+)\s*=", s)]
+ keywords += [w for w in re.findall (r"(?m)^\s*\"?([a-zA-Z]+)\"?
\s*=", s)]
Cheers,
- Graham
On Sat, 17 May 2008 16:36:53 -0700
"Jay Anderson" <address@hidden> wrote:
> Attached is a patch which should make forte dynamic highlighted. It
> also fixes this: 'c--\mf'. Normally the second '-' is highlighted with
> the \mf which isn't right. Let me know if things seem ok (I've never
> submitted a patch before).
>
> -----Jay
>