]> git.donarmstrong.com Git - lilypond.git/blobdiff - vim/lilypond-syntax.vim
* lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
[lilypond.git] / vim / lilypond-syntax.vim
index a69f30c9618a03f9d647f99d4774466f33c5a51c..9808176736db77217b746b1741c7fd397208a5cc 100644 (file)
@@ -1,12 +1,13 @@
-" Vim syntax file
+" LilyPond syntax file
 " Language:    LilyPond
 " Maintainer:  Heikki Junes <hjunes@cc.hut.fi>
 " Created:      Oct 17, 2002
 " Last Change: Sep 23, 2003
 " Version:     6.1-1
-" Latest:
-" http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lilypond.vim
-
+"
+" Installed As:        vim/syntax/lilypond.vim
+" Uses Generated File: vim/syntax/lilypond-words.vim
+"
 " For version 5.x: Clear all syntax items
 " For version 6.x: Quit when a syntax file was already loaded
 if version < 600
@@ -18,9 +19,9 @@ endif
 " Read the LilyPond syntax match groups: 
 "   lilyKeyword, lilyReservedWord, lilyNote
 if version < 600
-  so <sfile>:p:h/lilypond.words.vim
+  so <sfile>:p:h/lilypond-words.vim
 else
-  runtime! syntax/lilypond.words.vim
+  runtime! syntax/lilypond-words.vim
   if exists("b:current_syntax")
     unlet b:current_syntax
   endif