mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
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
|