diff options
Diffstat (limited to 'indent/lilypond.vim')
-rw-r--r-- | indent/lilypond.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/lilypond.vim b/indent/lilypond.vim index 8e2ca02a..f9b2cbdd 100644 --- a/indent/lilypond.vim +++ b/indent/lilypond.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'lilypond') == -1 + " LilyPond indent file " Language: LilyPond " Maintainer: Heikki Junes <hjunes@cc.hut.fi> @@ -59,4 +60,5 @@ endfunction " " " + endif |