Innovation Award
 May 2007
Number 7 |
There are many sites that show pieces of programming code in their pages. Syntax highlighting is useful to display the code in a more pleasant way for the users.
PHP provides syntax highlighting support, but it only supports PHP code.
ChiliHighlighter is a plug-in for the JQuery Javascript library that can highlight code written in many other languages besides PHP.
This class simplifies the process of displaying code highlighted by the ChiliHighlighter plug-in in pages generated by PHP sites.
Manuel Lemos |
This class can be used to highlight code in PHP or other languages using the JQuery Javascript library.
It generates HTML tags with Javascript that users JQuery and its plug-ins to highlight a given piece of code in a Web page.
Currently it supports the languages: C++, C#, CSS, Delphi, Java, JavaScript, LotusScript, MySQL, PHP and XHTML.
The class can highlight code given as a string or read from a server side source file.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.