plain text python source -> HTML syntax highlighted source

Mike Steed MSteed at altiris.com
Mon May 1 11:12:00 EDT 2000


> From: Chuck Esterbrook [mailto:echuck at mindspring.com]
> Sent: Monday, May 01, 2000 7:30 AM
> To: python-list at python.org
> Subject: plain text python source -> HTML syntax highlighted source
> 
> I know there's a program out there that reads python source 
> and spits out an HTML version with syntax highlighting. 
> However, I don't remember where I saw it and my searching and 
> skimming on Parnassus missed it.
> 
> Does anyone know where I can get this?

This is probably not what you were thinking of, but Vim can do this.  Open
your file and choose Syntax->Convert to HTML.  The output is an HTML-ized
version of your file with whatever syntax highlighting you have defined.

> -Chuck

--
M.




More information about the Python-list mailing list