summaryrefslogtreecommitdiff
path: root/scripts/debug_lexer.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* debug_lexer: make it work for ExtendedRegexLexers by always using a context ↵Georg Brandl2014-11-061-27/+38
| | | | object
* debug_lexer: fix missing import and wrong API usageGeorg Brandl2014-10-071-5/+5
|
* debug_lexer: remove debug print; allow reading from stdin with filename "-"Georg Brandl2014-10-071-2/+5
|
* Change how debug_lexer.py finds its lexers.Tim Hatch2014-10-061-7/+12
| | | | | Previously it was way too easy to end up with None as the lexer, which later fails. This considers aliases, same as the -l argument to pygmentize does.
* debug_lexer: fix byte/str confusion for Py3 and print usage if no args given.Georg Brandl2014-10-041-2/+6
|
* Rename find_error to debug_lexer and add a mode to use the profiling regex ↵Georg Brandl2014-09-201-0/+221
lexer.