You can donwload a VIM syntax file at http://www.helio.org/vim/syntax/smil.vim It is a SMIL adaptation of the html.vim file found in the vim package. It can be still improved and reduced, but it works fine ! This will help you creating SMIL files with the gvim editor. To use it, copy it into the $VIM/syntax directory and type under VIM... :so $VIM/syntax/smil.vim You can also configure vim in order to load the syntax file automaticaly. Add those two lines in the $VIM/syntax/syntax.vim, under the line "augroup syntax": " Synchronized Multimedia Integration Language au BufNewFile,BufRead *.smil,*.smi so $VIM/syntax/smil.vim vim is Vim IMproved. gvim is the graphical interface for vim which supports syntax highlighting. To download vim, jump to http://www.vim.org/ Herve FOUCHER, HELIO http://www.helio.org/Received on Tuesday, 17 November 1998 05:10:34 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:37:29 GMT