Archive for June 1st, 2004

vim converts to HTML

June 1st, 2004

#
# $Id: vim-converts-to-html,v 1.1 2004/06/01 19:51:28 jamgill Exp jamgill $
2HTML *2html.vim* *convert-to-HTML*

This is not a syntax file itself, but a script that converts the current
window into HTML. Vim opens a new window in which it builds the HTML file.

You are not supposed to set the ‘filetype’ or ’syntax’ option to “2html”!
Source the script to convert the current file: >

:runtime! syntax/2html.vim

Filed under: , ,