forked from aniani/vim
patch 8.2.4790: lilypond filetype not recognized
Problem: Lilypond filetype not recognized. Solution: Add patterns for lilypond. (Doug Kearns)
This commit is contained in:
@@ -1017,6 +1017,9 @@ au BufNewFile,BufRead *.ll setf lifelines
|
||||
" Lilo: Linux loader
|
||||
au BufNewFile,BufRead lilo.conf setf lilo
|
||||
|
||||
" Lilypond
|
||||
au BufNewFile,BufRead *.ly,*.ily setf lilypond
|
||||
|
||||
" Lisp (*.el = ELisp, *.cl = Common Lisp)
|
||||
" *.jl was removed, it's also used for Julia, better skip than guess wrong.
|
||||
if has("fname_case")
|
||||
|
Reference in New Issue
Block a user