From 86721731c740d0ea07e6b90e601a80770c3d9f36 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 5 Mar 2019 09:34:59 +0100 Subject: Add lilypond support, closes #278 --- ftdetect/polyglot.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ftdetect/polyglot.vim') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 2113780b..3ab93802 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -667,6 +667,16 @@ au BufNewFile,BufRead */templates/**.liquid,*/layout/**.liquid,*/snippets/**.liq augroup end endif +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'lilypond') == -1 + augroup filetypedetect + " lilypond, from lilypond.vim in anowlcalledjosh/vim-lilypond +" +" Installed As: vim/ftdetect/lilypond.vim +" +au! BufNewFile,BufRead *.ly,*.ily set ft=lilypond + augroup end +endif + if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'livescript') == -1 augroup filetypedetect " livescript, from ls.vim in gkz/vim-ls -- cgit v1.2.3