Lexers for non-HTML markup languages.
Unknown Field: copyright | |
Copyright 2006-2021 by the Pygments team, see AUTHORS. | |
Unknown Field: 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. |