Discussion:
[Haskell wikibook] Haskell syntax highlighting on Wikibooks/Wikipedia
Eric Kow
2009-06-24 08:15:23 UTC
Permalink
Hi everybody,

I just wanted to point out that with
https://bugzilla.wikimedia.org/show_bug.cgi?id=10967
resolved, Haskell syntax highlighting is now available on Wikibooks

You can see a small sample in
http://en.wikibooks.org/wiki/User:Kowey/Haskell

<source lang="haskell">
-- foo
let x = foo
</source>

I think I'll post this to Haskell cafe as well
--
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://www.haskell.org/pipermail/wikibook/attachments/20090624/dfca4636/attachment.bin
Heinrich Apfelmus
2009-06-25 11:36:34 UTC
Permalink
Post by Eric Kow
Hi everybody,
I just wanted to point out that with
https://bugzilla.wikimedia.org/show_bug.cgi?id=10967
resolved, Haskell syntax highlighting is now available on Wikibooks
You can see a small sample in
http://en.wikibooks.org/wiki/User:Kowey/Haskell
<source lang="haskell">
-- foo
let x = foo
</source>
That's great, thanks!

Looks like it recognizes Prelude functions, too.


Regards,
apfelmus

--
http://apfelmus.nfshost.com

Loading...