diff options
| author | mitsuhiko <mitsuhiko@localhost> | 2007-10-12 20:37:00 +0200 |
|---|---|---|
| committer | mitsuhiko <mitsuhiko@localhost> | 2007-10-12 20:37:00 +0200 |
| commit | 34e854945429da55e227efe58658cd2baf6d55e9 (patch) | |
| tree | 4289067a91136913e4d296ef0999c93d636e15de /pygments | |
| parent | 599c889f942287e867a0b9bd79639d1077b09840 (diff) | |
| download | pygments-git-34e854945429da55e227efe58658cd2baf6d55e9.tar.gz | |
added mimetype to haskell lexer
Diffstat (limited to 'pygments')
| -rw-r--r-- | pygments/lexers/functional.py | 1 |
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', |
