It would be extremely helpful to have color coding of different types of source code files as you do for .py files already. The [[http://moinmoin.wikiwikiweb.de/HelpOnParsers|Parsers]] only has a few listed. Ideally the colors could be chosen by the administrator via some configuration file. See ParserMarket, there's lots of parsers and colorizers. These are the preferred code types to colorize. * SQL - see [[parser/sql.py]] * PHP * C/C++ * Ruby * [[http://moinmoin.wikiwikiweb.de/FeatureRequests/XmlParser|XML]] * C# This is already possible using OliverGraf/VimColor. That one is not a native one, though. moin 1.9 will use pygments to highlight misc. types of text files. ---- CategoryFeatureImplemented