vim2html converts any Vim-editable file into well-formed HTML
vim2html is a small shell program that will export any Vim-editable file into well-formed HTML - simulating a Vim session. Fully supports Vim colorization (customizable) and Syntax Highlighting. This program provides an excellent method of presenting your programs/HTML/scripts/etc. on the web.
vim2html is a small shell program that will export any Vim-editable file into well-formed HTML - simulating a Vim session. Fully supports Vim colorization (customizable) and Syntax Highlighting. This program provides an excellent method of presenting your programs/HTML/scripts/etc. on the web.
To install vim2html, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vim2html
To see what files were installed by vim2html, run:
port contents vim2html
To later upgrade vim2html, run:
sudo port selfupdate && sudo port upgrade vim2html
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.