module documentation

pygments.lexers.markup ~~~~~~~~~~~~~~~~~~~~~~ Lexers for non-HTML markup languages. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class BBCodeLexer A lexer that highlights BBCode(-like) syntax.
Class GroffLexer Lexer for the (g)roff typesetting language, supporting groff extensions. Mainly useful for highlighting manpage sources.
Class MarkdownLexer For Markdown markup.
Class MoinWikiLexer For MoinMoin (and Trac) Wiki markup.
Class MozPreprocCssLexer Subclass of the `MozPreprocHashLexer` that highlights unlexed data with the `CssLexer`.
Class MozPreprocHashLexer Lexer for Mozilla Preprocessor files (with '#' as the marker).
Class MozPreprocJavascriptLexer Subclass of the `MozPreprocHashLexer` that highlights unlexed data with the `JavascriptLexer`.
Class MozPreprocPercentLexer Lexer for Mozilla Preprocessor files (with '%' as the marker).
Class MozPreprocXulLexer Subclass of the `MozPreprocHashLexer` that highlights unlexed data with the `XmlLexer`.
Class RstLexer For reStructuredText markup.
Class TexLexer Lexer for the TeX and LaTeX typesetting languages.
Class TiddlyWiki5Lexer For TiddlyWiki5 markup.