Opened 3 years ago
Closed 3 years ago
#16910 closed enhancement (fixed)
Pygments-2.13.0 (Python module)
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 11.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 3 years ago
comment:3 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
d61eea50ae Update to php-8.1.9. 522be71c0f Update to slang-2.3.3. bbdc7e1050 Update to tumbler-4.16.1. ec7998680d Update to ldns-1.8.3. 2e69bcc4b5 Update to Pygments-2.13.0 (Python module). 59b71a9a10 Update to mariadb-10.6.9.
Note:
See TracTickets
for help on using tickets.
Version 2.13.0 (released August 15th, 2022)
Error
tokens
Set
and qualified identifiers
value
modifier
Name.Builtin
instead of
Keyword.Type
\"$var\"
inside strings\N
,
\u
and
\U
escape sequences in string literals, but not in bytes literals where they are not supported
${name}
variables
<<
heredoc delimitersnord
andnord-darker
;)importlib.metadata
module to discover plugins instead of the slower
pkg_resources
. In particular, this largely speeds up the
pygmentize
script when the lexer is not specified.
BrokenPipeError
in the command-line interface
HtmlFormatter
now uses the
linespans
attribute for
anchorlinenos
if the
lineanchors
attribute is unset (#2026).
highlight
,
lex
and
format
functions no longer wrongly report "argument must be a lexer/formatter instance, not a class" in some cases where this is not the actual problem
codetagify
filter now recognizes
FIXME
tags by default
pygmentize
command now recognizes if the
COLORTERM
environment variable is set to a value indicating that true-color support is available. In that case, it uses the
TerminalTrueColorFormatter
by default
ImageFormatter
default_style
DeprecationWarnings
as errors in the unit tests