summaryrefslogtreecommitdiff
path: root/pygments/lexers/haskell.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-4/+5
* Add Hspec lexerSimon Hengel2018-12-191-2/+24
* Merged in takenobu-hs/pygments-main/lexer-haskell-modify (pull request #745)Anteru2018-12-131-2/+2
|\
| * Fix more instances of invalid string escapesGeorg Brandl2018-11-281-2/+2
* | Fix Haskell lexer for numeric literals.Takenobu Tani2017-12-091-5/+8
|/
* all: run regexlint, add a few more changelog entriesGeorg Brandl2017-01-221-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* Support GHC DataKinds extension. Closes #820.Tom Hunger2016-12-191-0/+3
* Add `family` as a keyword to support Haskell's type families. See #820.Tom Hunger2016-12-191-1/+1
* Fix most complaints from regexlint.Georg Brandl2016-02-141-1/+1
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-34/+34
* Curly brace escaping, round 2.Tim Hatch2014-10-151-2/+3
* Curly brace escaping, round 1.Tim Hatch2014-10-151-13/+13
* Closes #1015: fix lexing of Haskell char literals.Georg Brandl2014-10-081-1/+2
* Fix minor problems noted by regexlint and 'make check'Tim Hatch2014-10-041-1/+1
* Added 5 keywords to Agda lexer. Extended test.abel2014-10-021-4/+5
* split up text lexersGeorg Brandl2014-09-191-1/+1
* split up functional lexersGeorg Brandl2014-09-191-0/+837