Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: revert changes of [a-zA-Z0-9_] to \w | Georg Brandl | 2020-09-07 | 1 | -1/+1 |
| | | | | ... which is not equivalent in Unicode mode | ||||
* | all: fixup remaining regexlint warnings | Georg Brandl | 2020-09-06 | 1 | -7/+8 |
| | |||||
* | Update copyright year (fixes #1514.) | Matthäus G. Chajdas | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Clean lexer: better support for qualified imports; add tests | Camil Staps | 2018-11-25 | 1 | -11/+73 |
| | |||||
* | inline is only a keyword after code | Camil Staps | 2017-09-20 | 1 | -3/+3 |
| | |||||
* | Better quantified identifiers | Camil Staps | 2017-03-06 | 1 | -2/+3 |
| | |||||
* | Fix strings & add quantified identifiers | Camil Staps | 2017-03-06 | 1 | -5/+3 |
| | |||||
* | Complete rewrite of the Clean lexer | Camil Staps | 2016-07-14 | 1 | -248/+77 |
| | |||||
* | Merged in camilstaps/pygments-main (pull request #598) | Tim Hatch | 2016-06-03 | 1 | -10/+23 |
|\ | | | | | | | Clean lexer fixes: hierarchical module names; quantified inputs; generics | ||||
| * | Clean lexer fixes: hierarchical module names; quantified inputs; generics | Camil Staps | 2016-05-31 | 1 | -10/+23 |
| | | |||||
* | | Remove a bunch of duplicates in words() | Tim Hatch | 2016-06-02 | 1 | -1/+1 |
|/ | |||||
* | Fixes Clean indentation issues | Camil Staps | 2016-02-16 | 1 | -12/+14 |
| | |||||
* | Clean lexer: style nits | Georg Brandl | 2016-02-16 | 1 | -62/+59 |
| | |||||
* | Adapted CleanLexer according to PR discussion | Camil Staps | 2016-02-16 | 1 | -16/+22 |
| | | | | Most importantly, CleanLexer now stores indent in a LexerContext instead of in the lexer instance. | ||||
* | Fixes & cleanup Clean lexer as per PR discussion | Camil Staps | 2016-02-16 | 1 | -20/+20 |
| | |||||
* | Fix previous commit | Camil Staps | 2016-02-16 | 1 | -7/+7 |
| | |||||
* | Store indent in lexer instance | Camil Staps | 2016-02-16 | 1 | -13/+8 |
| | |||||
* | Fix Clean: allow typedef on first line | Camil Staps | 2016-02-16 | 1 | -0/+1 |
| | |||||
* | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example file | Camil Staps | 2015-10-04 | 1 | -0/+274 |