]> git.donarmstrong.com Git - lilypond.git/blob - vim/filetype.vim
new file.
[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