diff options
author | gbrandl <devnull@localhost> | 2007-04-05 15:15:06 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-04-05 15:15:06 +0200 |
commit | ed10f9b0d37ad5df57bee47fe3eeb4784b037dde (patch) | |
tree | 470186704a3b719206aa9aeb4bfd10e29dfc808b | |
parent | a29158c73e34bcbfe4180c48446d9022e9da59f1 (diff) | |
download | pygments-ed10f9b0d37ad5df57bee47fe3eeb4784b037dde.tar.gz |
[svn] Added "new in version 0.8".
-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'] |