diff options
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r-- | pygments/lexers/functional.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py index 3e066e6c..6fc9c58b 100644 --- a/pygments/lexers/functional.py +++ b/pygments/lexers/functional.py @@ -898,9 +898,9 @@ class CommonLispLexer(RegexLexer): class CryptolLexer(RegexLexer): """ - FIXME: A Cryptol lexer based on the lexemes defined in the Haskell 98 Report. + FIXME: A Cryptol2 lexer based on the lexemes defined in the Haskell 98 Report. - .. versionadded:: 0.1 + .. versionadded:: 2.0 """ name = 'Cryptol' aliases = ['cryptol', 'cry'] |