summaryrefslogtreecommitdiffstats
path: root/syntax/lilypond.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/lilypond.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/lilypond.vim b/syntax/lilypond.vim
index 7e0e8fbb..feed18c5 100644
--- a/syntax/lilypond.vim
+++ b/syntax/lilypond.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'lilypond') == -1
+
" LilyPond syntax file
" Language: LilyPond
" Maintainer: Heikki Junes <hjunes@cc.hut.fi>
@@ -86,4 +87,5 @@ if version >= 508 || !exists("did_lily_syn_inits")
endif
let b:current_syntax = "lilypond"
+
endif