summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorPatrick McCarty <pnorcks@gmail.com>2010-07-26 12:47:36 -0700
committerPatrick McCarty <pnorcks@gmail.com>2010-07-26 12:50:02 -0700
commit291f9b3327d26a1b9e98a030d23e7463fa463ba7 (patch)
treedb9c80c1596118b7adf3645d69a58df417e3c82f /vim
parent1ba18009f32e46a6b25436bbdc20c7d1ceb832d2 (diff)
Vim syntax: Refine pattern for beginning of Scheme blocks.
Diffstat (limited to 'vim')
-rw-r--r--vim/lilypond-syntax.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/lilypond-syntax.vim b/vim/lilypond-syntax.vim
index 57646a10d4..2bf08439a5 100644
--- a/vim/lilypond-syntax.vim
+++ b/vim/lilypond-syntax.vim
@@ -55,7 +55,7 @@ syn match lilyArticulation "[-_^][-_^+|>.]"
" Include Scheme syntax highlighting, where appropriate
syn include @embeddedScheme syntax/scheme.vim
unlet b:current_syntax
-syn region lilyScheme matchgroup=Delimiter start="#(" matchgroup=Delimiter end=")" contains=@embeddedScheme
+syn region lilyScheme matchgroup=Delimiter start="#['`]\?(" matchgroup=Delimiter end=")" contains=@embeddedScheme
" Rest of syntax highlighting rules start here
"