Add csv syntax support

This commit is contained in:
Adam Stankiewicz
2013-09-12 17:30:48 +02:00
parent 5e3a8b92cf
commit 7d1b7e6f71
4 changed files with 2638 additions and 0 deletions

3
ftdetect/csv.vim Normal file
View File

@@ -0,0 +1,3 @@
" Install Filetype detection for CSV files
au BufRead,BufNewFile *.csv,*.dat,*.tsv,*.tab set filetype=csv