tool for syntax coloring in html
Gerhard Häring
gh at ghaering.de
Wed Oct 26 09:03:47 EDT 2005
More information about the Python-list mailing list
Wed Oct 26 09:03:47 EDT 2005
- Previous message (by thread): tool for syntax coloring in html
- Next message (by thread): tool for syntax coloring in html
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Xah Lee wrote: > in some online documentations, for examples: > > http://perldoc.perl.org/perlref.html > http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-17.html > http://www.haskell.org/hawiki/HaskellDemo > > the codes are syntax colored. > > Is there a tool that produce codes in html with syntax coloring? I use SilverCity and this recipe to produce colored code listings for the pysqlite documentation: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252170 This is the documentation source: http://initd.org/svn/pysqlite/pysqlite/trunk/doc/usage-guide.txt This is the result: http://initd.org/pub/software/pysqlite/doc/usage-guide.html HTH, -- Gerhard
- Previous message (by thread): tool for syntax coloring in html
- Next message (by thread): tool for syntax coloring in html
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list