summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authormitsuhiko <mitsuhiko@localhost>2007-10-12 20:37:00 +0200
committermitsuhiko <mitsuhiko@localhost>2007-10-12 20:37:00 +0200
commit34e854945429da55e227efe58658cd2baf6d55e9 (patch)
tree4289067a91136913e4d296ef0999c93d636e15de /pygments
parent599c889f942287e867a0b9bd79639d1077b09840 (diff)
downloadpygments-git-34e854945429da55e227efe58658cd2baf6d55e9.tar.gz
added mimetype to haskell lexer
Diffstat (limited to 'pygments')
-rw-r--r--pygments/lexers/functional.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py
index 9a2c73ee..16dbc2e8 100644
--- a/pygments/lexers/functional.py
+++ b/pygments/lexers/functional.py
@@ -161,6 +161,7 @@ class HaskellLexer(RegexLexer):
name = 'Haskell'
aliases = ['haskell', 'hs']
filenames = ['*.hs']
+ mimetypes ['text/x-haskell']
reserved = ['case','class','data','default','deriving','do','else',
'if','in','infix[lr]?','instance',