01fe1500df
coffee, cucumbeer, eruby, haml, haskell, javascript, json, less, nginx, ocaml, ruby, sass, scss, slim, stylus, textile, tmux
9 lines
231 B
VimL
9 lines
231 B
VimL
" 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
|