|
|
Log in / Subscribe / Register

Pygments 1.1 released

From:  Georg Brandl <georg.brandl-AT-gmail.com>
To:  python-announce-AT-python.org, pocoo-libs-AT-googlegroups.com
Subject:  Pygments 1.1 "Brillouin" released
Date:  Fri, 11 Sep 2009 16:04:21 +0200
Message-ID:  <4AAA58E5.4040007@gmail.com>
Archive‑link:  Article

I've just uploaded the Pygments 1.1 packages to CheeseShop. Pygments is a
generic syntax highlighter written in Python.

Download it from <http://pypi.python.org/pypi/Pygments>, or look at the
demonstration at <http://pygments.org/demo>.

Many thanks go to Tim Hatch for writing or integrating many of the bug
fixes and new features in this release.  Of course, thanks to all other
contributors too!

Short changelog:

- Ported Pygments to Python 3; use "python3 setup.py build" and
  "python3 setup.py install" as usual with the source distribution.

- Lexers added: Antlr/Ragel, (Ba)sh shell, Erlang shell, GLSL, Prolog,
  Evoque, Modelica, Rebol, MXML, Cython, ABAP, ASP.net (VB/C#),
  Vala, Newspeak.

- Fixed the LaTeX formatter's output so that output generated for one style
  can be used with the style definitions of another (#384).

- Added "anchorlinenos" and "noclobber_cssfile" (#396) options to HTML
  formatter.

- Fixed lots of major and minor bugs in many lexers.

- Added new-style reStructuredText directive for docutils 0.5+ (#428).


Enjoy,
Georg


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/



to post comments


Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds