summaryrefslogtreecommitdiff
path: root/scripts/debug_lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add lexer for TypoScript (#closes 1173)Georg Brandl2016-02-021-0/+2
* debug_lexer: add option to ignore errorsGeorg Brandl2015-08-081-28/+28
* fixup elisp lexer a bitGeorg Brandl2015-02-211-1/+1
* Copyright year update.Georg Brandl2015-01-211-1/+1
* debug_lexer: make it work for ExtendedRegexLexers by always using a context o...Georg Brandl2014-11-061-27/+38
* 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
* 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 le...Georg Brandl2014-09-201-0/+221