summaryrefslogtreecommitdiff
path: root/pygments/lexers/haskell.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Add `filenames` pattern for `HspecLexer`Simon Hengel2022-12-271-1/+1
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-4/+1
* agda: allow ticks in module namesGeorg Brandl2022-06-171-10/+14
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-4/+7
* Update Agda’s reserved words (#2017)Liang-Ting Chen2022-02-201-6/+6
* Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-2/+0
* Happy new year.Georg Brandl2022-01-251-1/+1
* Modernize Whitespace token in lexer: haskellSebastian Engel2021-12-031-51/+51
* uniformize aliases order (#1780)Mestery2021-04-261-4/+4
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-2/+2
* all: use yield from (#1537)Georg Brandl2020-09-061-2/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Correct lexing of Idris compiler directives (#1363)Molly Miller2020-01-191-1/+1
* Lacking keywords were added to the Idris lexer.Denis Buzdalov2020-01-161-0/+1
* haskell: Fix highlighting of promoted type operators (#1347)Xia Li-yao2019-12-301-0/+1
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-4/+4
* Agda: some fixes (bitbucket PR #826)Georg Brandl2019-11-241-2/+2
* 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
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+843