vote up 0 vote down star

Hi,

I'm making a blog in PHP and I'd really like to have syntax highlighting on Haskell code.

Are there any tools for that out there?

I've found hscolour but I don't know if it's possible to integrate it in PHP.

I'm using CakePHP if that makes a difference.

Thanks.

flag

4 Answers

vote up 3 vote down check

GeSHi is a PHP library that's quite often used for code-highlighting.

Judging from the list of supported languages, it seems it supports Haskell -- and there's a demo page if you want to try first.

(Right now, the website seems not to be responding :-( Still, it's available from Google search's cache)

link|flag
vote up 1 vote down

Here is a Geshi helper for CakePHP: http://www.mech7.net/articles/view/7/cakephp-geshi-helper

link|flag
vote up 0 vote down

Many tools support Haskell syntax highlighting: kate, GeSHI, pygments. Calling into haskell-color or hscolour. Pick whichever is easiest for you to interface with.

link|flag
vote up 1 vote down

The web site is down at the moment, so I can't confirm, but I am most positive GeSHi has support.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.