diff options
-rw-r--r-- | pygments/lexers/other.py | 4 |
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'] |