summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2012-11-12 14:42:25 -0800
committerTim Hatch <tim@timhatch.com>2012-11-12 14:42:25 -0800
commit66e48fd9f75e2d64e80033ae2e36de7d24e69717 (patch)
tree518a1ed2d870058a4cb92c1e3f75ecafdbdf1a87 /pygments/lexers/functional.py
parent3bc72c68f04ab818f450ce057e1fb249139b8a21 (diff)
downloadpygments-66e48fd9f75e2d64e80033ae2e36de7d24e69717.tar.gz
Get ready for release: update "new in" version numbers and rename CUDALexer
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r--pygments/lexers/functional.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py
index 39cf77f1..8bb532d0 100644
--- a/pygments/lexers/functional.py
+++ b/pygments/lexers/functional.py
@@ -23,7 +23,8 @@ __all__ = ['RacketLexer', 'SchemeLexer', 'CommonLispLexer', 'HaskellLexer',
class RacketLexer(RegexLexer):
"""
- Lexer for Racket source code.
+ Lexer for `Racket <http://racket-lang.org/>`_ source code (formerly known as
+ PLT Scheme).
*New in Pygments 1.6.*
"""