summaryrefslogtreecommitdiff
path: root/pygments/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* Closes #851: remove BOM also with explicit encodingGeorg Brandl2014-01-091-0/+2
* Fix docstring of get_tokens_unprocessed.Georg Brandl2013-11-241-1/+3
* Fix: undefined `statestack` variable in `pygments.lexer.ExtendedRegexLexer.ge...Stephan Jorek2013-10-031-1/+1
* fixed bug in ExtendedRegexLexerRob Reilink2013-01-131-1/+1
* Merged in andyli/pygments-main/ExtendedRegexLexer-tuple-newstate (pull reques...Georg Brandl2013-01-091-8/+70
|\
| * Merged in alastairh/pygments (pull request #141: Improve and unify C family l...Georg Brandl2013-01-091-17/+18
| |\
| | * Happy new year 2013.Georg Brandl2013-01-091-1/+1
| | * Whitespace cleanup.Georg Brandl2013-01-091-3/+2
| | * Remove BOM when the input is unicode.Andy Li2012-12-121-1/+4
| | * fixed #822 (remove BOM if present)Andy Li2012-12-081-0/+1
| * | Remove the unnecessary analyse_text methods, reduce the default priorities. ...Alastair Houghton2013-01-031-11/+10
| * | Added support for inheritance to RegexLexer, so that subclasses canAlastair Houghton2012-12-191-4/+66
| |/
* | ExtendedRegexLexer handles tuple new_state the same way as RegexLexer.Andy Li2012-11-241-1/+7
|/
* Closes #777: fix position in case of unexpected EOL.Robert Lehmann2012-05-311-1/+1
* Closes #692: when using chardet mode, look for BOM and default to replace err...Georg Brandl2012-02-061-2/+19
* Copyright update.Georg Brandl2012-02-051-1/+1
* Closes #693: fix ObjectiveC lexer throwing errors sometimes because bygroups(...Georg Brandl2012-02-051-6/+8
* Fix subclassing of regex lexers with their own token defs.Georg Brandl2012-02-041-1/+1
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* Patch to allow Jgments to pull out the raw regexes easier (#477)Tim Hatch2010-12-211-38/+56
* - Added the ``ensurenl`` lexer option, which can be used to suppress theGeorg Brandl2010-02-181-2/+13
* Remove compatibility "sets" imports.Georg Brandl2010-02-181-5/+0
* Remove undefined name from __all__.Georg Brandl2010-02-181-1/+1
* Happy new year!Georg Brandl2010-01-011-1/+1
* Port Pygments to Python 3.1.gbrandl2009-03-311-2/+3
* #392: Fix fatal backtracking in Scala lexer.gbrandl2009-02-141-1/+0
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* Fix newline problem.gbrandl2008-09-191-4/+3
* fixed asm lexers, fixed #pop / #push in multitargetmitsuhiko2007-09-281-9/+11
* a simple '#pop' is not possible for multiple targets toomitsuhiko2007-09-271-3/+8
* [svn] Fix in the Python lexer, 2.6 compatibility fixes.gbrandl2007-08-171-1/+2
* [svn] Smartify pygmentize encoding handling.gbrandl2007-06-131-3/+3
* [svn] A few corrections.gbrandl2007-05-061-1/+2
* [svn] Make the C# lexer unicode aware.gbrandl2007-05-031-21/+33
* [svn] fixed debugging annoyance in pygments and added support for a "-" after...blackbird2007-03-281-1/+1
* [svn] small bugfix for do_insertionsblackbird2007-03-251-0/+2
* [svn] improved do_insertions and added support for nested lexers in rst lexer...blackbird2007-03-251-8/+21
* [svn] A better error message if compiling a regex fails.gbrandl2007-03-201-1/+5
* [svn] Fix a cmdline bug.gbrandl2007-02-251-5/+5
* [svn] Add tests for filters.gbrandl2007-02-141-1/+1
* [svn] Shorten some testfiles, silence some pylint warnings,gbrandl2007-02-141-6/+6
* [svn] Quite a few things:gbrandl2007-02-121-4/+4
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
* [svn] - add missing example filesgbrandl2007-01-251-0/+1
* [svn] Added using(state=x) and RST lexer by Tim Hatch.gbrandl2007-01-251-3/+19
* [svn] fixed error in unicode documentation and added newlines in template.py ...blackbird2007-01-141-1/+3
* [svn] Make check.gbrandl2007-01-121-1/+0
* [svn] Fix #180.gbrandl2007-01-081-0/+5
* [svn] implemented filters for pygments (first approach, api might change), it...blackbird2006-12-211-9/+31