Opened 11 months ago
Closed 11 months ago
#19752 closed enhancement (fixed)
Pygments-2.18.0 (Python module)
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 11 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 months ago
comment:3 by , 11 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
09aad3a15c Update to enchant-2.7.3. 632487b2db Update to pygments-2.18.0 (Python module). 16d050d3d7 Update to xdg-desktop-portal-lxqt-1.0.2. a05e067f5d lxqt updates: libfm-qt-2.0.1, lximage-qt-2.0.1, and lxqt-notificationd-2.0.1.
Note:
See TracTickets
for help on using tickets.
Version 2.18.0-
New lexers:
Android.bp
Updated lexers:
openrc
alias
uninstantiation
keyword and recognize escape sequences
None
/
True
/
False
Token.Comment
for comments instead of
Comment.Preproc
:
,
::
and
->
as
Punctuation
and whitespace as
Whitespace
, instead of
Text
in both cases
<?doc?>
and
<?note?>
tags
kk-*
in
variant_langs
val
and
var
New styles:
Bug Fixes
importlib-metadata
package is no longer needed for fast plugin discovery on Python 3.7. The
plugins
extra (used as, e.g.,
pip install pygments[plugins]
) is kept for backwards compatibility but now has no effect.
url
attribute for lexers inside Pygments, add it to many lexers
version_added
lexer attribute, instead of a
.. versionadded::
directive in the docstring
url
attribute is now required for built-in lexers and has been added to all existing lexers
\sa0
keyword in the RTF formatter
pycon
as an alias for the Python console lexer
DesktopLexer
class_getitem
to
Formatter
to improve typing support