[Trac-tickets] [The Trac Project] #883: More enscript highlighting
The Trac Project
noreply at edgewall.com
Thu Nov 4 18:41:01 EST 2004
#883: More enscript highlighting
---------------------+------------------------------------------------------
Id: 883 | Status: new
Component: general | Modified: Thu Nov 4 18:41:01 2004
Severity: normal | Milestone:
Priority: normal | Version: 0.7.1
Owner: jonas | Reporter: oohlaf at gmail.com
---------------------+------------------------------------------------------
Enscript.py contains
{{{
(2, 'text/x-pascal', None),
(2, 'model/vrml', None),
}}}
and not
{{{
(2, 'text/x-pascal', 'pascal'),
(2, 'model/vrml', 'vrml'),
}}}
And enscript also supports
{{{
(2, 'text/vnd.wap.wmlscript', 'wmlscript'),
}}}
-Thanks
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/883>
The Trac Project <>
More information about the Trac-Tickets
mailing list