]> git.donarmstrong.com Git - lilypond.git/blob - vim/filetype.vim
Issue 4614/2: Let \chordmode { c:5 } mean <c' g'> rather than <c' e' g'>
[lilypond.git] / vim / filetype.vim
1 "
2 " Installed As: ~/.vim/filetype.vim
3 "
4 " my filetype file
5 if exists("did_load_filetypes")
6   finish
7 endif
8 augroup filetypedetect
9   au! BufNewFile,BufRead *.ly,*.ily             setf lilypond
10 augroup END