diff options
author | Edward O'Callaghan <devnull@localhost> | 2014-05-06 18:42:14 +1000 |
---|---|---|
committer | Edward O'Callaghan <devnull@localhost> | 2014-05-06 18:42:14 +1000 |
commit | 6753f4d63e0d2588c490a81c17626d61b8ded569 (patch) | |
tree | ec72b5cc9d714405d1454a7b1db95875c387d3ee /pygments/lexers/functional.py | |
parent | 69a69468e401d9e91b82c334bd6c319faad31ddf (diff) | |
download | pygments-6753f4d63e0d2588c490a81c17626d61b8ded569.tar.gz |
fixups as per comments
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'] |