|
Project Information
Featured
Downloads
Links
|
PasHi is a simple command line program that syntax highlights Pascal source code. The highlighted code is output as HTML and is styled using CSS. PasHi reads Pascal source from its standard input, or from the clipboard, and writes the generated HTML to its standard output, or stores it on the clipboard. By default PasH generates complete XHTML documents but it has the option to create HTML code fragments containing just the highlighted code. (From v2.0 beta 1, HTML 4 and HTML 5 documents can also be generated.) From v2.0 beta 1 the program became much more flexible and can include line numbers, style alternate lines separately, use different output encodings, merge multiple source files, etc. See the documentation for details. A GUI front end, PasHiGUI, is included with PasHi. PasHiGUI is in beta. Note 1: From the beta release of v2.0 the license for most of the source code changed from Mozilla Public License 1.1 to 2.0. Note 2: PasHi and PashHiGUI were renamed from PasH and PashGUI at release 1.1 since PasH clashes with another open source project. |