'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?

vim


Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 tekknolagi