summaryrefslogtreecommitdiff
path: root/pygments/cmdline.py
Commit message (Collapse)AuthorAgeFilesLines
* Closes #838: fix lexers not receiving command-line options when guessing by ↵Georg Brandl2013-01-181-4/+4
| | | | content.
* Happy new year 2013.Georg Brandl2013-01-091-2/+2
|
* More fixed for PEP-8 formatting.Grigory Petrov2012-12-251-6/+6
|
* Modified by Tim Hatch request.Grigory Petrov2012-12-241-1/+1
|
* Fixed code style to be PEP-8 compatible.Grigory Petrov2012-12-231-1/+1
|
* pygmentize on Windows now uses color output if 'colorama' python package is ↵Grigory Petrov2012-12-231-0/+8
| | | | available.
* Happy new year.Georg Brandl2012-08-191-1/+1
|
* Closes #691: Fix Python 3 terminal highlighting with pygmentize.Georg Brandl2012-02-061-0/+3
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Update copyright years.Georg Brandl2011-09-101-1/+1
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Port Pygments to Python 3.1.gbrandl2009-03-311-6/+9
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* Support guessing even with a filename (#355)thatch2008-12-311-1/+1
| | | | | | This allows multiple lexers to support the same file extensions (say .pl for prolog or perl). When the file text is not provided, it will probably do the wrong thing (so -N mode of pygmentize will still be a wild guess).
* #372: add -N option to guess lexer name based on file name.gbrandl2008-11-151-2/+21
|
* open() should be used instead of file()Benjamin Peterson2008-09-211-2/+2
|
* Raise exception when trying to use -S with the image formatter.gbrandl2008-09-071-1/+5
|
* Bump copyright year on pygments.cmdlinethatch2008-07-241-2/+2
|
* Allow the `pygmentize` script to guess lexers based on file contents, now thatthatch2008-07-231-13/+33
| | | | looks_like_xml is fast enough.
* Handle a few more errors gracefully.gbrandl2008-01-111-2/+2
|
* Add -P option to command line mode.gbrandl2007-10-141-13/+31
|
* [svn] Improve the Haskell lexer, add style entries for Keyword.Type.gbrandl2007-08-141-1/+1
|
* [svn] Add setuptools entrypoint to create a proper scriptgbrandl2007-07-181-1/+1
| | | | on Windows (thanks, Y0gi).
* [svn] Be even more cautious.gbrandl2007-06-301-2/+2
|
* [svn] Fix sys.stdX.encoding being None.gbrandl2007-06-301-2/+2
|
* [svn] Smartify pygmentize encoding handling.gbrandl2007-06-131-0/+12
|
* [svn] Fix a cmdline bug.gbrandl2007-02-251-2/+5
|
* [svn] Prepare for 0.7.1.gbrandl2007-02-151-1/+1
|
* [svn] Make check.gbrandl2007-02-141-5/+5
|
* [svn] Shorten some testfiles, silence some pylint warnings,gbrandl2007-02-141-9/+12
| | | | add a latex formatter unittest.
* [svn] Quite a few things:gbrandl2007-02-121-59/+166
| | | | | | - new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
|
* [svn] - add missing example filesgbrandl2007-01-251-2/+8
| | | | | - add "outencoding" option to formatters - improve cmdline error reporting
* [svn] Make -L output better readable on terminals with less than 150 chars ↵gbrandl2006-12-201-6/+2
| | | | width.
* [svn] Fix -O.gbrandl2006-12-201-2/+2
|
* [svn] Use the Punctuation token type everywhere.gbrandl2006-12-181-60/+83
|
* [svn] Make test suite work again.gbrandl2006-12-171-1/+9
|
* [svn] Move command line interface to separate file.gbrandl2006-12-171-0/+208