Source Code to HTML Utility

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Source Code to HTML Utility

Post by jussij »

The Web C Plus Plus utility converts source code into HTML using a fully customizable syntax highlighting engine and colour schemes.

Here is the download link: http://webcpp.sourceforge.net/download.php

These are the languages currently supported:
Ada95 *.adb,*.ads,*.ali
Assembler *.asm,*.s
Basic *.bas
C Source *.c,*.rc
C# *.cs
C++ Source *.cc,*.cpp,*.cxx
C/C++ Header *.h,*.hh,*.hpp,*.hxx
Objective-C *.m
Cg (NVidia) *.cg
CLIPS (Nasa) *.clp
Fortran *.f,*.f77,*.f90,*.for,*.ftn
Java *.java
Haskell *.hs,*.lhs
Markup *.htm,*.html,*.shtml,*.sgml,*.xml
Modula2 *.def,*.mod
Pascal *.pas
Perl Script *.cgi,*.pl,*.plx,*.plex,*.pm
PHP Script *.inc,*.php,*.php3
Python Script *.py,*.pyw
RenderMan *.rib,*.sl
Ruby *.rb
SQL *.sql
Tcl *.tcl,*.tk
UnrealScript *.uc
Unix shell *.sh
Here is a Java Script based syntax highlighter: http://code.google.com/p/syntaxhighlighter/
Post Reply