Ada: support Ada 2022 (#2121); disable recognition of namespaces because it disturbs lexing of aspects (#2125)
Agda: allow straight quotes in module names (#2163)
C family (C, C++ and many others): allow comments between elements of function headers, e.g. between the arguments and the opening brace for the body (#1891)
C++: Resolve several cases of Error tokens (#2207, #2208)
Coq: add some common keywords, improve recognition of Set and qualified identifiers (#2158)
F*: Allow C-style comments anywhere in a line
Fortran: fix catastrophic backtracking with backslashes in strings (#2194)
Pygments now tries to use the importlib.metadata module to discover plugins instead of the slower pkg_resources (#2155). In particular, this largely speeds up the pygmentize script when the lexer is not specified.
importlib.metadata is only available in the Python standard library since Python 3.8. For older versions, there exists an importlib_metadata backport on PyPI. For this reason, Pygments now defines a packaging extra plugins, which adds a requirement on importlib_metadata if the Python version is older than 3.8. Thus, in order to install Pygments with optimal plugin support even for old Python versions, you should do:
Ada: support Ada 2022 (#2121); disable recognition of namespaces
because it disturbs lexing of aspects (#2125)
Agda: allow straight quotes in module names (#2163)
C family (C, C++ and many others): allow comments between
elements of function headers, e.g. between the arguments and
the opening brace for the body (#1891)
C++: Resolve several cases of Error tokens (#2207, #2208)
Coq: add some common keywords, improve recognition of Set
and qualified identifiers (#2158)
F*: Allow C-style comments anywhere in a line
Fortran: fix catastrophic backtracking with backslashes in strings
(#2194)
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 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.4.2 to 2.13.0.
Release notes
Sourced from pygments's releases.
... (truncated)
Changelog
Sourced from pygments's changelog.
... (truncated)
Commits
ba0d5f5
Set description type in setup.cfg803e093
Prepare for 2.13.0 release.58fbb60
Replace uses ofimport *
.a060b20
Update CHANGES.97a2f18
Merge pull request #2198 from pygments/pillow92d794221
Merge branch 'master' into pillow92d6968f8
CFamilyLexer: refuse quotes between parentheses for function definitions and ...bf1ea52
Fix glitch found by regexlintd9278a5
Fortran: fix catastrophic backtracking9bd072d
Update goldens for previous commitDependabot 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 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)