The pygments.styles module contains a new STYLES variable with a dictionary of built-in styles. The old STYLE_MAP variable, which uses a different format, is kept for backwards compatibility.
On Windows, add a new installation extra (windows-terminal) which pulls in dependencies for colored console output. See :doc:cmdline for more details. (#2505)
Support more file types in autopygmentize script (#2513)
Fix error when trying to look up plugin formatters by file extension of the output format (#2563)
Use Hatchling as a build backend instead of setuptools.
This change is transparent to most users. Distribution packagers who build without build isolation need to add hatchling as a build
dependency and remove setuptools. People downloading source distributions and wheels from PyPI directly should note that they now have pygments in their file names instead of Pygments. (#2573)
Improve the test framework to also check for lost tokens when processing the snippets and example files (#2582.)
Improve the Dracula style definition to make it easier to maintain (#2575)
The pygments.styles module contains a new STYLES variable
with a dictionary of built-in styles. The old STYLE_MAP variable,
which uses a different format, is kept for backwards compatibility.
On Windows, add a new installation extra (windows-terminal) which pulls in
dependencies for colored console output. See :doc:cmdline for more details.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps pygments from 2.16.1 to 2.17.1.
Release notes
Sourced from pygments's releases.
Changelog
Sourced from pygments's changelog.
... (truncated)
Commits
f5eb039
Prepare 2.17.1 hotfix release.0c66899
Update CHANGES220a2a9
TOML: fix bug with eager literal strings5cf7389
Another formatting fix in CHANGES.5874c34
Fix code formatting in the CHANGES file.49090a3
Prepare for next release.26e29a6
Bump version number.a7d537b
Use 3.12 final release in CI.89ea036
Prepare for 2.17 release.333e5b9
Update CHANGES for the next release.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show