]> git.donarmstrong.com Git - lilypond.git/blob - vim/filetype.vim
1b4049d16c5590aea391adf81ab025a6eff23d6f
[lilypond.git] / vim / filetype.vim
1 " my filetype file
2 if exists("did_load_filetypes")
3   finish
4 endif
5 augroup filetypedetect
6   au! BufNewFile,BufRead *.ly           setf lilypond
7 augroup END