From c4311e16691ccee9029020eb89a5844a15d02fec Mon Sep 17 00:00:00 2001 From: kdeldycke <159718+kdeldycke@users.noreply.github.com> Date: Sun, 12 May 2024 14:32:58 +0000 Subject: [PATCH] [autofix] Regenerate documentation. --- docs/pygments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pygments.md b/docs/pygments.md index 5d1b0d771..9ee7ed242 100644 --- a/docs/pygments.md +++ b/docs/pygments.md @@ -231,7 +231,7 @@ Here is the list of new ANSI-capable lexers and the [original lexers](https://py | [`PostgresConsoleLexer`](https://pygments.org/docs/lexers/#pygments.lexers.sql.PostgresConsoleLexer) | `postgres-console`, `postgresql-console`, `psql` | `ansi-postgres-console`, `ansi-postgresql-console`, `ansi-psql` | | [`PowerShellSessionLexer`](https://pygments.org/docs/lexers/#pygments.lexers.shell.PowerShellSessionLexer) | `ps1con`, `pwsh-session` | `ansi-ps1con`, `ansi-pwsh-session` | | [`PsyshConsoleLexer`](https://pygments.org/docs/lexers/#pygments.lexers.php.PsyshConsoleLexer) | `psysh` | `ansi-psysh` | -| [`PythonConsoleLexer`](https://pygments.org/docs/lexers/#pygments.lexers.python.PythonConsoleLexer) | `pycon` | `ansi-pycon` | +| [`PythonConsoleLexer`](https://pygments.org/docs/lexers/#pygments.lexers.python.PythonConsoleLexer) | `pycon`, `python-console` | `ansi-pycon`, `ansi-python-console` | | [`RConsoleLexer`](https://pygments.org/docs/lexers/#pygments.lexers.r.RConsoleLexer) | `rconsole`, `rout` | `ansi-rconsole`, `ansi-rout` | | [`RubyConsoleLexer`](https://pygments.org/docs/lexers/#pygments.lexers.ruby.RubyConsoleLexer) | `irb`, `rbcon` | `ansi-irb`, `ansi-rbcon` | | [`SqliteConsoleLexer`](https://pygments.org/docs/lexers/#pygments.lexers.sql.SqliteConsoleLexer) | `sqlite3` | `ansi-sqlite3` |