syntax highlighting

vim darrc syntax highlighter

Is there a syntax file for vim and DCF files (Dar Configuration Files), i.e. darrc or .dcf files?

Vim: no .srt highlighting by default

On my system, to enable syntax highlighting for .srt files, I did:

in ~/.vimrc:

" Syntax highlighting for subtitle files in Subrip (srt) format                                                                                                            
au BufNewFile,BufRead *.srt setf srt

And added the file:
/usr/share/vim/vim74/syntax/srt.vim

This should be configured by default.

Syndicate content