repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'release/2.11.54-1'
[lilypond.git]
/
vim
/
filetype.vim
blob
f80e26fef2cba5e3bcbea858e8c991e73de88b70
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 setf lilypond
10
augroup END