Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Hspec lexer | Simon Hengel | 2018-12-19 | 1 | -2/+24 |
| | |||||
* | Merged in takenobu-hs/pygments-main/lexer-haskell-modify (pull request #745) | Anteru | 2018-12-13 | 1 | -2/+2 |
|\ | | | | | | | Fix Haskell lexer for numeric literals. | ||||
| * | Fix more instances of invalid string escapes | Georg Brandl | 2018-11-28 | 1 | -2/+2 |
| | | | | | | | | Also, raise on warnings from Pygments only. | ||||
* | | Fix Haskell lexer for numeric literals. | Takenobu Tani | 2017-12-09 | 1 | -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 entries | Georg Brandl | 2017-01-22 | 1 | -2/+2 |
| | |||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Support GHC DataKinds extension. Closes #820. | Tom Hunger | 2016-12-19 | 1 | -0/+3 |
| | |||||
* | Add `family` as a keyword to support Haskell's type families. See #820. | Tom Hunger | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | Fix most complaints from regexlint. | Georg Brandl | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -34/+34 |
| | |||||
* | Curly brace escaping, round 2. | Tim Hatch | 2014-10-15 | 1 | -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 Hatch | 2014-10-15 | 1 | -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 Brandl | 2014-10-08 | 1 | -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 Hatch | 2014-10-04 | 1 | -1/+1 |
| | |||||
* | Added 5 keywords to Agda lexer. Extended test. | abel | 2014-10-02 | 1 | -4/+5 |
| | | | | | Added 'instance', 'postulate', 'renaming', 'tactic', 'unquoteDecl'. Added the first three to test.agda. | ||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | split up functional lexers | Georg Brandl | 2014-09-19 | 1 | -0/+837 |