mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
Previously, we added support for 'none', 'plain' and 'noop' and a function `lang = remap_language(lang)`. This also had the potential to encourage adding more remappings- something that we deliberatly want to keep to a minimum. For context, Anders K doesn't want us to keep any remapping (only keeping 'text' which is the default no-op lexer that pygments has) and Tim wants to keep 'plain' and 'text'. We should only document and advertise 'text'.