|
sub.vim
NAME
sub.vim - Syntax file for vim which adds coloring scheme for MicroDVD (sub) format. DESCRIPTION sub.vim - Vim is extended and improved version of one of the first full screen text editors which today comes with all unix like systems. Among huge number of options which makes vim very powerful text editor, vim also supports syntax highlighting which is implemented on the way which makes creating new, or modifying existing highlighting extensions very easy. I was playing with divx for some time and and sometimes I had to modify .sub files. Some specialized editors for .sub files imports their own extensions which could not be understood by divx players I used. To make errors like this or missing brackets easier to encounter, I wrote syntax file for vim helped me a lot and maybe will be of use to somebody else. To make coloring syntax of .sub files working, you just have to copy sub.vim to the /usr/share/vim/vim61/syntax directory (path depends on version of vim you have) and to add those lines to your ~/.vimrc file: " Syntax highlighting for subtitle files in MicroDVD (sub) format au BufNewFile,BufRead *.sub setf sub SCREENSHOTS sub.vim_screenshot.png DOWNLOAD sub.vim download BUGS Current version of sub.vim syntax file does not contain known bugs. FILES /usr/share/vim/vim61/syntax/sub.vim - Syntax file for MicroDVD (sub) format. ~/.vimrc - Vim's configuration file. SEE ALSO vimtutor(1), vim(1) AUTHORS Josip Deanovic djosip@linuxpages.org |