* Added lexers for a variety of document formats: YAML, RST, Markdown * Added a lexer for no tokenization * Updated minimum Pygments version to 2.14
1.10.2
======
* Added 3.11 testing to tox, removed 3.6
1.10.1
======
* Simplified DollarBashSessionLexer by removing special handling of comment character which can be put after the prompt line if required. Makes code a lot closer to Pygments base and less likely to break
1.10.0
======
* Add DollarBashSessionLexer, with special handling for Bash session prompts to do better highlighting if your prompt uses a dollar sign * Upgrade dependency to Pygments==2.10.0 to use their NodeConsoleLexer now that it has been contributed * Add Python 3.10 to test suite
1.9.1
=====
* Bug fixes for the RTF generator, not escaping braces * Bug fixes for NodeConsoleParser, not >3 leading dots correctly
1.9.0
=====
* Add custom lexer for Node.js interactive console sessions, included it in the PurdyLexers listing