Navigation
Home News Examples Demo Downloads FAQ Documentation Mailing Lists License
Support GeSHi!
If you're using GeSHi, why not help GeSHi out? You can link to GeSHi with this image:
Powered by GeSHi
Get the HTML

Project Status
The latest stable version of GeSHi is 1.0.8.11, released on the 19th of Aug, 2012.

Supported Languages:
*ABAP
*Actionscript
*ADA
*Apache Log
*AppleScript
*APT sources.list
*ASM (m68k)
*ASM (pic16)
*ASM (x86)
*ASM (z80)
*ASP
*AutoIT
*Backus-Naur form
*Bash
*Basic4GL
*BlitzBasic
*Brainfuck
*C
*C for Macs
*C#
*C++
*C++ (with QT)
*CAD DCL
*CadLisp
*CFDG
*CIL / MSIL
*COBOL
*ColdFusion
*CSS
*D
*Delphi
*Diff File Format
*DIV
*DOS
*DOT language
*Eiffel
*Fortran
*FourJ's Genero
*FreeBasic
*GetText
*glSlang
*GML
*gnuplot
*Groovy
*Haskell
*HQ9+
*HTML
*INI (Config Files)
*Inno
*INTERCAL
*IO
*Java
*Java 5
*Javascript
*KiXtart
*KLone C & C++
*LaTeX
*Lisp
*LOLcode
*LotusScript
*LScript
*Lua
*Make
*mIRC
*MXML
*MySQL
*NSIS
*Objective C
*OCaml
*OpenOffice BASIC
*Oracle 8 & 11 SQL
*Pascal
*Perl
*PHP
*Pixel Bender
*PL/SQL
*POV-Ray
*PowerShell
*Progress (OpenEdge ABL)
*Prolog
*ProvideX
*Python
*Q(uick)BASIC
*robots.txt
*Ruby
*Ruby on Rails
*SAS
*Scala
*Scheme
*Scilab
*SDLBasic
*Smalltalk
*Smarty
*SQL
*T-SQL
*TCL
*thinBasic
*TypoScript
*Uno IDL
*VB.NET
*Verilog
*VHDL
*VIM Script
*Visual BASIC
*Visual Fox Pro
*Visual Prolog
*Whitespace
*Winbatch
*Windows Registry Files
*X++
*XML
*Xorg.conf

GeSHi 1.0.8.11 is the current stable release, with eighteen new languages and bug fixes over the last release.

GeSHi 1.1.2alpha5 is the current latest version from the development branch, with full C support (see the GeSHi development website).
Subscribe
RSS 2
Mailing Lists
HomeNewsExamplesDemoDownloadsFAQDocumentationMailing ListsLicense 
12:31 am GMT

GeSHi News

Here's where you can find out all the latest news about GeSHi - new releases, bug fixes and general errata.

GeSHi now supports HTML
10/07/2004
Advances in Strict mode have finally made it possible to provide HTML syntax highlighting - even though HTML is not a "language" as such. Check out the demo page to try it out. Note that only HTML 4.0.1 (transitional) is supported at this time, but when GeSHi goes stable many variants of this will be provided.

Improvements had to be made to Strict mode before this was made possible, but these improvements now mean you have even more control over how your code is highlighted - and in the case of embedded scripts such as PHP your source will always be highlighted correctly, even if HTML is mixed with your code.
New "Strict Mode" Added to GeSHi
06/07/2004
GeSHi now supports a "strict mode" - where highlighting can be restricted to within certain portions of the source code (for example, PHP is handled much better because any plain HTML in the source file can be ignored).
GeSHi now uses classes
29/06/2004
A breakthrough in development now sees GeSHi have the power to use CSS classes to style code rather than in-lining the styles within the code itself. This results in a huge reduction of the outputted code, especially for large files - by as much as 50%, speeding the download time for the resulting files.

The language files have been re-engineered as a result of this change (and some have been improved also). So be warned, anyone creating a new language file should download the new language file template and use that as a base.
GeSHi is alpha'd with phpBB
19/06/2004
The GeSHi project has reached its first milestone, with GeSHi being successfully being added as a plugin for the phpBB forum software. As promised, the mod is easy to install, and it is very easy to upgrade to a new version of GeSHi when one is available. If you'd like to take part in the alpha process, send an email to webmaster at qbnz dot com with your details to register your interest.
GeSHi Adds Support for CSS
18/06/2004
After a few changes to the GeSHi engine CSS is now supported. Additionally, number highlighting has been re-done for an increase in speed exchanged for less control over exactly what numbers are highlighted.
GeSHi has been Integrated with XBlog
15/06/2004
GeSHi has successfully been integrated with XBlog as a plugin, proving GeSHi's feasability for use with larger programs such as phpBB. However the integration has pointed out a few problems that should be fixed to further optimise GeSHi's abilities, which will be fixed in time for version 1.0.0.
The demo form is now completed
12/06/2004
All options on the demo form are now completely functional.Try GeSHi by uploading your own files or specifying an offsite url in addition to manual entry, choose a language, choose the formatting options you like and highlight away. Note that for particularly unique combinations of colours, styles, source code and language GeSHi may take up to a minute or more to higlight your file.
GeSHi vastly optimised
11/06/2004
GeSHi has been speed-optimised by as much as 5,600% today, with several small additions to the code eliminating the need for sometimes thousands of regular expression checks. GeSHi now works at an acceptable speed for internet usage for files up to 25K in size, and more speed increases can be gained by not using some of the advanced highlighting features.
Java Support Improved, and More Demo Options
08/06/2004
GeSHi's Java support is now at 100% bar some small extras. Now all of the inbuilt classes that Java supports will be highlighted. Also, more of the demo features are now operational: You can set some colours and styles to further customise GeSHi's output.
Advanced Demo Form available
05/06/2004
A new advanced demo form is available to test the advanced features of GeSHi. The new form supports file uploading, and colour customisation among many other new features, and even more features, like the ability to save your file for quick highlighting later will be added soon.