diff options
author | Patrick McCarty <pnorcks@gmail.com> | 2009-08-30 21:08:09 -0700 |
---|---|---|
committer | Patrick McCarty <pnorcks@gmail.com> | 2009-08-30 22:44:53 -0700 |
commit | 41e6061a47817c88aab6d8ba28b80599e18f8b3d (patch) | |
tree | 1f6f9000489ea341f6061b0b617fec4ac8f834f1 /vim | |
parent | ec849ee065c57cf340329e3b46453c28fa876481 (diff) |
Vim syntax: set current_syntax to `lilypond'.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/lilypond-syntax.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/lilypond-syntax.vim b/vim/lilypond-syntax.vim index 7d0a6d89e7..c749fd9aa0 100644 --- a/vim/lilypond-syntax.vim +++ b/vim/lilypond-syntax.vim @@ -2,7 +2,7 @@ " Language: LilyPond " Maintainer: Heikki Junes <hjunes@cc.hut.fi> " Created: Oct 17, 2002 -" Last Change: Sep 23, 2003 +" Last Change: Aug 30, 2009 " Version: 6.1-1 " " Installed As: vim/syntax/lilypond.vim @@ -81,3 +81,5 @@ if version >= 508 || !exists("did_lily_syn_inits") delcommand HiLink endif + +let b:current_syntax = "lilypond" |