Pygments 1.4
A syntax highlighting package written in Python
Packager: Mehmet Özdemir
License: BSD
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
6 | 2011-01-07 | 1.4 | Serdar Dalgıç | Version bump to 1.4, codename Unschärfe with new enhancements and many bug fixes. See Changes file for details. |
5 | 2010-03-24 | 1.3.1 | Serdar Dalgıç | Bugfix Release: missing pygmentize script is added. |
4 | 2010-03-17 | 1.3 | Serdar Dalgıç | - Version bump with many bug-fixes, new features and enhancements. - Add missing setuptools runtime dependency. |
3 | 2009-05-15 | 1.0 | Serdar Dalgıç | Update doc path, translations.xml is added.The Package is ready for Pardus 2009 |
2 | 2008-12-18 | 1.0 | Serdar Dalgıç | Version 1.0 ----------- (codename Dreiundzwanzig, released Nov 23, 2008) - Don't use join(splitlines()) when converting newlines to ``\n``, because that doesn't keep all newlines at the end when the ``stripnl`` lexer option is False. - Add ``-N`` option to command-line interface to get a lexer name for a given filename. - Add Tango style, written by Andre Roberge for the Crunchy project. - Add Python3TracebackLexer and ``python3`` option to PythonConsoleLexer. - Fix a few bugs in the Haskell lexer. - Fix PythonTracebackLexer to be able to recognize SyntaxError and KeyboardInterrupt (#360). - Provide one formatter class per image format, so that surprises like:: pygmentize -f gif -o foo.gif foo.py creating a PNG file are avoided. - Actually use the `font_size` option of the image formatter. - Fixed numpy lexer that it doesn't listen for `*.py` any longer. - Fixed HTML formatter so that text options can be Unicode strings (#371). - Unified Diff lexer supports the "udiff" alias now. - Fix a few issues in Scala lexer (#367). - RubyConsoleLexer now supports simple prompt mode (#363). - JavascriptLexer is smarter about what constitutes a regex (#356). - Add Applescript lexer, thanks to Andreas Amann (#330). - Make the codetags more strict about matching words (#368). - NginxConfLexer is a little more accurate on mimetypes and variables (#370). |
1 | 2008-08-28 | 0.11.1 | Serdar Dalgıç | First release. |