aboutsummaryrefslogtreecommitdiff
path: root/ftdetect/univention-template.vim
blob: add63482765161deffc70de92d87b81d089e23d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
au BufRead,BufNewFile */base/univention* set ft=univention-template
au BufRead,BufNewFile */services/univention* set ft=univention-template
au BufRead,BufNewFile */container/univention* set ft=univention-template
au BufRead,BufNewFile */virtualization/univention* set ft=univention-template
au BufRead,BufNewFile */management/univention* set ft=univention-template
au BufRead,BufNewFile */packaging/univention* set ft=univention-template
au BufRead,BufNewFile */mail/univention* set ft=univention-template
au BufRead,BufNewFile */saml/univention* set ft=univention-template
au BufRead,BufNewFile */nagios/univention* set ft=univention-template
au BufRead,BufNewFile /etc/univention/* set ft=univention-template

..