Opened 3 years ago
Closed 3 years ago
#16466 closed enhancement (fixed)
Pygments-2.12.0 (Python module)
Reported by: | Bruce Dubbs | Owned by: | blfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 11.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit d94bdfcb62ba022a8438983f5506402834749094
Package updates Update to harfbuzz-4.2.1. Update to Pygments-2.12.0.
Note:
See TracTickets
for help on using tickets.
Version 2.12.0 - (released April 24th, 2022)
UnixConfigLexer
for "colon-separated" config files, like
/etc/passwd
case
statements
->
But
/* */
or
style comment. If you need proper comment handling, consider using the
JavaScript
lexer.
plugins
argument to
get_all_lexers()
.
Text
re.UNICODE
.resource
with the Robot framework
.cljc
with Clojure
.tpp
with C++
native
style was updated to meet the WCAG AAA contrast guidelines
Groff
formatter not inheriting token styles correctly
linenos=table
is used, the
<table>
itself is now wrapped with a
<div class="highlight">
tag instead of placing it inside the
<td class="code">
cell. With this change, the output matches the documented behavior.