Syntax highlighting for textile

This commit is contained in:
yan
2012-04-04 02:18:35 -07:00
committed by Yan Pritzker
parent fdf5e69ba4
commit 6d2b695496
9 changed files with 243 additions and 0 deletions

View 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