summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-04-05 15:15:06 +0200
committergbrandl <devnull@localhost>2007-04-05 15:15:06 +0200
commited10f9b0d37ad5df57bee47fe3eeb4784b037dde (patch)
tree470186704a3b719206aa9aeb4bfd10e29dfc808b
parenta29158c73e34bcbfe4180c48446d9022e9da59f1 (diff)
downloadpygments-ed10f9b0d37ad5df57bee47fe3eeb4784b037dde.tar.gz
[svn] Added "new in version 0.8".
-rw-r--r--pygments/lexers/other.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pygments/lexers/other.py b/pygments/lexers/other.py
index 39451174..74ffd41e 100644
--- a/pygments/lexers/other.py
+++ b/pygments/lexers/other.py
@@ -307,7 +307,9 @@ class BatchLexer(RegexLexer):
class RedcodeLexer(RegexLexer):
"""
A simple Redcode lexer based on ICWS'94.
- Adam Blinkinsop <blinks@acm.org>
+ Contributed by Adam Blinkinsop <blinks@acm.org>.
+
+ *New in Pygments 0.8.*
"""
name = 'Redcode'
aliases = ['redcode']