repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Doc: CG: Remove TODO from Engraver tutorial; line length
[lilypond/mpolesky.git]
/
vim
/
filetype.vim
blob
972cc63e44a1db3b09687836372dcf1edcd3a67b
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