Re: [Haskell-cafe] Haskell syntax highlighting support for Trac

2009-03-22 Thread Manlio Perillo

Patai Gergely ha scritto:
I'm not sure what your problem is. 


Yes, haskell support is available in recent versions of Trac.

I was trying with the Trac instance for Hackage/Cabal.

> [...]


Manlio
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Haskell syntax highlighting support for Trac

2009-03-22 Thread Patai Gergely
I'm not sure what your problem is. I downloaded Trac not long ago, and
Haskell highlighting worked out of the box for me after installing
Pygments. Here's the proof (this is the wiki of a course I'm teaching):

http://kfarkas.iit.bme.hu/trac/bfp/wiki/EloadasAbsztrakciok1

The code to activate it is the following:

{{{
#!hs
main = print "Hello world!"
}}}

Gergely

-- 
http://www.fastmail.fm - One of many happy users:
  http://www.fastmail.fm/docs/quotes.html

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Haskell syntax highlighting support for Trac

2009-03-22 Thread Manlio Perillo

Hi.

I have noted that with Haskell projects that make use of Trac for issue 
tracking, it is not possible to have syntax highlighting for Haskell code.


http://hackage.haskell.org/trac/hackage/wiki/WikiProcessors


Is someone working on this?
I can try to write a Trac plugin or patch to solve this.


Manlio
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe