summaryrefslogtreecommitdiff
path: root/pygments/lexers/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/other.py')
-rw-r--r--pygments/lexers/other.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pygments/lexers/other.py b/pygments/lexers/other.py
index 5896b4fa..0892dd75 100644
--- a/pygments/lexers/other.py
+++ b/pygments/lexers/other.py
@@ -4245,7 +4245,7 @@ class RedLexer(RegexLexer):
"""
A `Red-language <http://www.red-lang.org/>`_ lexer.
- *New in Pygments 1.6.*
+ .. versionadded:: 2.0
"""
name = 'Red'
aliases = ['red', 'red/system']
@@ -4254,8 +4254,6 @@ class RedLexer(RegexLexer):
flags = re.IGNORECASE | re.MULTILINE
- re.IGNORECASE
-
escape_re = r'(?:\^\([0-9a-fA-F]{1,4}\)*)'
def word_callback(lexer, match):