mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
Add csv syntax support
This commit is contained in:
3
ftdetect/csv.vim
Normal file
3
ftdetect/csv.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
" Install Filetype detection for CSV files
|
||||
au BufRead,BufNewFile *.csv,*.dat,*.tsv,*.tab set filetype=csv
|
||||
|
||||
Reference in New Issue
Block a user