diff options
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r-- | pygments/lexers/functional.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py index 2f3a45f2..6c9e0b04 100644 --- a/pygments/lexers/functional.py +++ b/pygments/lexers/functional.py @@ -5,9 +5,8 @@ Lexers for functional languages. - :copyright: 2006-2009 by Georg Brandl, Marek Kubica, - Adam Blinkinsop <blinks@acm.org>, Matteo Sasso. - :license: BSD, see LICENSE for more details. + :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ import re @@ -715,6 +714,7 @@ class ErlangLexer(RegexLexer): ], } + class ErlangShellLexer(Lexer): """ Shell sessions in erl (for Erlang code). |