summaryrefslogtreecommitdiff
path: root/pygments/lexers/clean.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Clean lexer: better support for qualified imports; add testsCamil Staps2018-11-251-11/+73
* inline is only a keyword after codeCamil Staps2017-09-201-3/+3
* Better quantified identifiersCamil Staps2017-03-061-2/+3
* Fix strings & add quantified identifiersCamil Staps2017-03-061-5/+3
* Complete rewrite of the Clean lexerCamil Staps2016-07-141-248/+77
* Merged in camilstaps/pygments-main (pull request #598)Tim Hatch2016-06-031-10/+23
|\
| * Clean lexer fixes: hierarchical module names; quantified inputs; genericsCamil Staps2016-05-311-10/+23
* | Remove a bunch of duplicates in words()Tim Hatch2016-06-021-1/+1
|/
* Fixes Clean indentation issuesCamil Staps2016-02-161-12/+14
* Clean lexer: style nitsGeorg Brandl2016-02-161-62/+59
* Adapted CleanLexer according to PR discussionCamil Staps2016-02-161-16/+22
* Fixes & cleanup Clean lexer as per PR discussionCamil Staps2016-02-161-20/+20
* Fix previous commitCamil Staps2016-02-161-7/+7
* Store indent in lexer instanceCamil Staps2016-02-161-13/+8
* Fix Clean: allow typedef on first lineCamil Staps2016-02-161-0/+1
* Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example fileCamil Staps2015-10-041-0/+274