Syntax highlighting for textile
This commit is contained in:
8
vim/bundle/timcharper-textile/ftdetect/textile.vim
Normal file
8
vim/bundle/timcharper-textile/ftdetect/textile.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user