On Jul 10, 12:15 pm, Michael Held <[email protected]> wrote: > dear Trac developers, > > thanks a lot for your great efforts and this wonderful project. > > just one syntax coloring request which I would like to see in the next > Trac release: > > currently I am patching mimeview/api.py for the following file extensions: > > .hxx and .cxx are quite common for C++ header and source files > > Adobe Flex .mxml work fine with MIME text/xml > ActionScript .as files work fine with MIME text/x-java
The mime_map setting in trac.ini enables you to add additional types without hacking the source. See: http://trac.edgewall.org/wiki/TracIni#mimeviewer-section If you'd like to see these types added to the standard list, please open a ticket on trac.edgewall.org and attach a diff. Thanks, Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
