summaryrefslogtreecommitdiff
path: root/pygments/lexers/other.py
diff options
context:
space:
mode:
authorOldes <oldes.huhuman@gmail.com>2014-04-29 17:16:33 +0200
committerOldes <oldes.huhuman@gmail.com>2014-04-29 17:16:33 +0200
commitd73eabb34ccee57f0a5f05f978335b50ed0a73fb (patch)
tree6fd6eaf57f0bafe80a75171e34c1981177195cc2 /pygments/lexers/other.py
parent0e3cf53194cdfdac2b4b20ca1e8a2d3d789fd391 (diff)
downloadpygments-d73eabb34ccee57f0a5f05f978335b50ed0a73fb.tar.gz
Changed version and removed unnecessary line.
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):