[Trac-tickets] [The Trac Project] #2874: Add support for Dylan
The Trac Project
noreply at edgewall.com
Tue Mar 14 13:37:12 CST 2006
#2874: Add support for Dylan
-------------------------------+--------------------------------------------
Reporter: turbo24prg at web.de | Owner: jonas
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: general | Version: 0.9.4
Severity: normal | Keywords: enscript dylan syntax coloring
-------------------------------+--------------------------------------------
There's an enscript definition available for Dylan. Trac is missing
Dylan's MIME definitions.
- trac/mimeview/api.py:
{{{
MIME_MAP = {
...
'dylan':'text/x-dylan',
...
}}}
- trac/mimeview/enscript.py:
{{{
types = {
...
'text/x-dylan':'dylan',
...
}}}
Would be very kind if this could be added. Thanks
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2874>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list