Skip to content

Commit

Permalink
[autofix] Regenerate documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 15, 2024
1 parent 23fd9e2 commit c4311e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pygments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit c4311e1

Please sign in to comment.