We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ceaee4 commit 1d4538aCopy full SHA for 1d4538a
3 files changed
CHANGES
@@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc
5
6
Version 2.20.0
7
--------------
8
-(unreleased)
+(released March 29th, 2026)
9
10
- New lexers:
11
pygments/__init__.py
@@ -26,7 +26,7 @@
26
"""
27
from io import StringIO, BytesIO
28
29
-__version__ = '2.19.2'
+__version__ = '2.20.0'
30
__docformat__ = 'restructuredtext'
31
32
__all__ = ['lex', 'format', 'highlight']
pygments/lexers/rell.py
@@ -1,6 +1,6 @@
1
2
pygments.lexers.rell
3
- ~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~
4
Lexers for the Rell language.
@@ -14,6 +14,7 @@
14
15
__all__ = ['RellLexer']
16
17
+
18
class RellLexer(RegexLexer):
19
20
A Lexer for Rell.
0 commit comments