vim-polyglot/ftdetect/textile.vim

9 lines
231 B
VimL
Raw Normal View History

" textile.vim
"
" Tim Harper (tim.theenchanter.com)
" Force filetype to be textile even if already set
" This will override the system ftplugin/changelog
" set on some distros
au BufRead,BufNewFile *.textile set filetype=textile