summaryrefslogtreecommitdiff
path: root/pygments/lexers/haskell.py
Commit message (Collapse)AuthorAgeFilesLines
* 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