summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-071-1/+2
| | | | Also uniformize usage of the 'with' contact manager to prevent resource leaks.
* Minimal fixup changes for the release, add release date.2.3.0Georg Brandl2018-11-251-16/+16
|
* add release checklistGeorg Brandl2018-11-241-0/+24
|
* Copyright update.Georg Brandl2017-01-223-4/+4
|
* Add lexer for TypoScript (#closes 1173)Georg Brandl2016-02-021-0/+2
| | | | Source: https://github.com/Tuurlijk/Pygments-TypoScript-Lexer
* 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-213-4/+4
|
* debug_lexer: make it work for ExtendedRegexLexers by always using a context ↵Georg Brandl2014-11-061-27/+38
| | | | object
* Remove obsolete script to find "codetags".Georg Brandl2014-11-061-211/+0
|
* Include 'unlexer' as a common misspelling.Tim Hatch2014-10-101-1/+1
|
* 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
|
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵Georg Brandl2014-10-071-8/+6
| | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement.
* 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.
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-2/+11
|
* check_sources: decode when reading file, remove obsolete checksGeorg Brandl2014-10-041-33/+13
|
* check_sources: allow 110 line length, skip examplefiles directoryGeorg Brandl2014-10-041-4/+9
|
* debug_lexer: fix byte/str confusion for Py3 and print usage if no args given.Georg Brandl2014-10-041-2/+6
|
* New version of the vim keyword script, using format_linesTim Hatch2014-10-031-4/+26
|
* Compatibility symlink.Georg Brandl2014-09-201-0/+1
|
* Rename find_error to debug_lexer and add a mode to use the profiling regex ↵Georg Brandl2014-09-201-20/+68
| | | | lexer.
* Dont check .html files anymore now that they are generated by Sphinx.Georg Brandl2014-04-151-23/+0
|
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-185-17/+24
|
* manual prettifying and small fixes after futurize runGeorg Brandl2014-01-185-5/+13
|
* futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-186-43/+49
|
* Remove old uneeded scripts.Georg Brandl2014-01-181-291/+0
|
* new year in copyright noticeGeorg Brandl2014-01-103-4/+4
|
* Check for missing aliases in "make check".Georg Brandl2013-01-201-0/+2
|
* find_error: always prefer Pygments from source dir.Georg Brandl2013-01-091-5/+4
|
* Happy new year 2013.Georg Brandl2013-01-093-4/+4
|
* Copyright update.Georg Brandl2012-02-053-4/+4
|
* Style fixes.Georg Brandl2012-02-051-1/+2
|
* Closes #734: support the Coq theorem prover.Georg Brandl2012-02-051-0/+3
|
* Closes #723: update vim commands.Georg Brandl2012-02-051-4/+8
|
* Fix find_error script if error is in very beginning of file.Georg Brandl2012-02-041-1/+1
|
* Fix current copyright year.Georg Brandl2011-07-093-3/+3
|
* Fix find_error behavior for non-RegexLexer lexers.Georg Brandl2011-06-181-2/+2
|
* Allow giving lexer options to find_error script.Georg Brandl2011-06-181-6/+9
|
* Missing commas in vim2pygments (#626)Tim Hatch2010-12-201-2/+2
| | | | Patch thanks to gryf
* Fix empty pattern in ps lexer.Georg Brandl2010-08-221-1/+1
|
* Allow the license block in recently-added files to not have a starting yearTim Hatch2010-06-041-2/+2
|
* Fix a few problems.Georg Brandl2010-03-011-10/+17
|
* Allow giving explicit lexer name.Georg Brandl2010-03-011-9/+15
|
* Fix test suite: there are problems with groups being None.Georg Brandl2010-02-281-5/+5
|
* Add an option to show all tokens.Georg Brandl2010-02-211-11/+22
|
* Make the find_error script more usable: make it possible to inspect the ↵Georg Brandl2010-02-181-8/+90
| | | | state stack for simple regex lexers, and make the output prettier.
* Happy new year!Georg Brandl2010-01-013-4/+4
|
* Fix syntax error in check_sourcesthatch2009-01-041-1/+1
|
* Return different exit status when an error is found.gbrandl2009-01-041-2/+5
|