geshi

Seeking code highlighter recommendation for WordPress

Can anybody recommend a reliable and decently documented code highlighter for WordPress 2.6.1. I have tried Code Snippet by Roman Roan and Developer Formatter by Gilberto Saraiva. But they don't seem to work as described in the documentation and are mangling the code snippets instead of prettifying them. ...

Is there a syntax highlighting library similar to GeSHI with an Apache or BSD style licence?

I am looking for a syntax highlighting library similar to GeSHI. We are working on a commercial closed source application and so cannot use GeSHI as it is GPL'd. Is there a syntax highlighting library similar to GeSHI with an Apache or BSD style licence? ...

Syntax Highlighting in Drupal

Which is the best module for Syntax Highligting in Drupal. I am using GeSHi for syntax highlighting my code. It was working fine then I installed a second module FCKeditor. Now GeSHi filter is not working with FCKeditor. Do anyone have any idea why these modules are not working together. Thanks in advance. ...

Syntax Highlighter for Java

Hello friends, As you know there is a Syntax highlighter for PHP called GeSHi which supports a great number of Programming Languages or Code formats. However, I couldn't find such a library for Java which supports programming languages that I need (ADA, ASP, BNF, Bash, Brainfuck, C, C++, C#, CSS, Cobol, ColdFusion, D, Fortran, Haskell,...

GeSHi single like link

Is it possible to instruct GeSHi (http://qbnz.com/highlighter/) to generate link to single line. For example if I show highlighted code on 'example.com/my-code' URL, I would like to be able to have link like: 'example.com/my-mode#line-69' or something like that... ...

Lua long strings not displaying correctly using geshi syntax highlighting.

I am storing my new Lua code in to a Dokuwiki system which uses the geshi highlighter (written in php). How ever I am having a problem with long string definitions in lua for example strLong = [[If this is a long string then I don't want it highlighted as code else it looks very silly]] It is possible to correct this using the gesh...

Changing the default language presented by GeSHi through a wordpress plugin

I am using WP-CodeBox to get syntax higlight effect on my WordPress blog. I wish to have the plugin automatically always show the X language, whenever I use < pre > some code < / pre > Any idea how to change the PHP code for that? (I am willing for it to be hard coded to the plugin files) ...