summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
diff options
context:
space:
mode:
authorEdward O'Callaghan <devnull@localhost>2014-05-05 15:26:49 +1000
committerEdward O'Callaghan <devnull@localhost>2014-05-05 15:26:49 +1000
commit69a69468e401d9e91b82c334bd6c319faad31ddf (patch)
treec4fef86861a6f67021502533bf122e3110fb1067 /pygments/lexers/functional.py
parent6b1f0589358c9afdcdb20b0ddd8b52e5766279ef (diff)
downloadpygments-69a69468e401d9e91b82c334bd6c319faad31ddf.tar.gz
Cryptol lexer fix typo
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r--pygments/lexers/functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py
index 0f4d0722..3e066e6c 100644
--- a/pygments/lexers/functional.py
+++ b/pygments/lexers/functional.py
@@ -1412,7 +1412,7 @@ class LiterateCryptolLexer(LiterateLexer):
"""
name = 'Literate Cryptol'
aliases = ['lcry', 'literate-cryptol', 'lcryptol']
- filenames = ['*.lhs']
+ filenames = ['*.lcry']
mimetypes = ['text/x-literate-cryptol']
def __init__(self, **options):