David.Chu.ca
David.Chu.ca

Reputation: 38654

Convert codes to HTML with CSS style

I normally use VIM to edit my codes and convert them to HTML by using TOhtml command. The only thing I don't like is that the converted HTML does not have css class style definitions. I am not sure if there is tool to convert codes to HTML with css, or I can use additional tool or command to convert HTML HTML with css?

Upvotes: 2

Views: 1760

Answers (1)

David.Chu.ca
David.Chu.ca

Reputation: 38654

Here I copy my comments as my answer:

Type the command:

let html_use_css=1

Then

:TOhtml 

it will create a html with css classes. For more information and other options for TOhtml command, you can get help by:

:help TOhtml

Upvotes: 8

Related Questions