I'm a capable, but fairly new, Trac user / administrator and I don't
think I installed Pygments properly. I'm trying to syntax highlight
some MXML on a wiki page via this code:
{{{
#!mxml
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
horizontalAlign="center" verticalAlign="center">
<mx:Button id="myButton" label="I'm a button!" />
</mx:Application>
}}}
This yields the following error:
Error: Failed to load processor mxml
No macro or processor named 'mxml' found
OS: Windows Server 2003
Python 2.5
Pygments 1.3
I downloaded the egg and ran "easy_install Pygments" with no errors,
then restarted Apache for good measure. Despite mxml being listed as
a proper lexer I cannot get this to work. Am I missing something
simple?
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.