Village Pump:Home/Syntax Highlighting ( archived 2009-06-18 ): Difference between revisions

Some notes from the GeSHi author
(→‎OCaml comments: You're correct.)
(Some notes from the GeSHi author)
Line 1:
This page is to discuss changes to the syntax highlighting system.
 
==About bugs in GeSHi==
Please don't hesitate to report code highlighting bugs (missing keywords, problems with strings, mishighlighted stuff) upstream at BenBE@geshi.org to have them fixed in the official release. Also if you happen to have a new language file I'm happy to include it (if it passes the langcheck script included with current releases or you have a good excuse for it not to ;-)).
 
Regarding some issues mentioned here:
* Double escape in D has been fixed in SVN
* The Lisp problem could only be fixed, because someone reported it ...
* The C issues has been included; also fixed c_mac, cpp and cpp_qt
* The multiline preprocessor directives are fixed in SVN trunk; RC coming soon
* Modula3 included in SVN trunk; coming with the RC
* The whitespace being trimmed is a MediaWiki bug. Whitespace is an esotheric language; I didn't intent people to test their sites with it ;-) Though it beautifully works to find CSS bugs (have to patch the CSS on the official GeSHi page ;-))
* Cannot reproduce the OCaml issue locally. Your site simply is lacking CSS for class coMULTI.
 
Latest language files can be found at https://geshi.svn.sourceforge.net/svnroot/geshi/trunk/geshi-1.0.X/src/, although some changes between releases might require you to update the parser too. Latest bugfixes not yet considered stable are reflected there. Release Candidate grade updates can be found at https://geshi.svn.sourceforge.net/svnroot/geshi/branches/RELEASE_1_0_X_STABLE/geshi-1.0.X/src/
 
BenBE.
Author of GeSHi
 
==Code tag change==
Anonymous user