summaryrefslogtreecommitdiff
path: root/pygments/lexers/haskell.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 Haskell lexer for numeric literals.
| * Fix more instances of invalid string escapesGeorg Brandl2018-11-281-2/+2
| | | | | | | | Also, raise on warnings from Pygments only.
* | Fix Haskell lexer for numeric literals.Takenobu Tani2017-12-091-5/+8
|/ | | | See also https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0009-numeric-underscores.rst#new-syntax-this-proposal
* 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
| | | | | | | These were all pointed out by regexlint but required manual effort to track down (indicator.py was confused by most of them being produced by expressions). Also comment out some iffy comment patterns.
* Curly brace escaping, round 1.Tim Hatch2014-10-151-13/+13
| | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module).
* Closes #1015: fix lexing of Haskell char literals.Georg Brandl2014-10-081-1/+2
| | | | | In the case of TH quoting, 'f'7 means char literal and then numeric 7, not quoted f'7, see http://www.haskell.org/ghc/docs/7.6.2/html/users_guide/template-haskell.html
* 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
| | | | | Added 'instance', 'postulate', 'renaming', 'tactic', 'unquoteDecl'. Added the first three to test.agda.
* split up text lexersGeorg Brandl2014-09-191-1/+1
|
* split up functional lexersGeorg Brandl2014-09-191-0/+837