summaryrefslogtreecommitdiff
path: root/pygments/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 isGeorg Brandl2014-11-061-5/+4
* Improve comment around inherit handling.Tim Hatch2014-10-281-1/+3
* Improve comments for RegexLexer inheritance.Tim Hatch2014-10-281-0/+6
* Fix inheritance repetition problem. __mro__ already includes cls.Tim Hatch2014-10-281-1/+1
* Overhaul encoding handling in cmdline even more.Georg Brandl2014-10-081-1/+1
* Closes #800: Add "inencoding" option to override "encoding".Georg Brandl2014-10-081-1/+3
* Closes #979: improve encoding behavior of cmdline invocationsGeorg Brandl2014-10-071-9/+5
* Move specialcasing of words() to any subclass of FutureTim Hatch2014-10-031-5/+7
* Add a profiling lexer subclass.Georg Brandl2014-09-201-2/+59
* regexopt: return the uncompiled regex.Georg Brandl2014-09-201-2/+2
* Add module to optimize regexes that consist of a long |-separated list of lit...Georg Brandl2014-09-161-3/+21
* pygments.lexer: small PEP8 overhaul.Georg Brandl2014-09-161-8/+11
* Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-0/+785