You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
241 B
VimL

" Taken from http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim
" Ian Tegebo <ian.tegebo@gmail.com>
augroup filetypedetect
au BufNewFile,BufRead *.wiki setf Wikipedia
au BufNewFile,BufRead *.gradle setf groovy
augroup END