ThirdParty/Pygments/pygments/__init__.py

changeset 1705
b0fbc9300f2b
parent 808
8f85926125ef
child 2426
da76c71624de
equal deleted inserted replaced
1704:02ae6c55b35b 1705:b0fbc9300f2b
20 The `Pygments tip`_ is installable with ``easy_install Pygments==dev``. 20 The `Pygments tip`_ is installable with ``easy_install Pygments==dev``.
21 21
22 .. _Pygments tip: 22 .. _Pygments tip:
23 http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev 23 http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev
24 24
25 :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. 25 :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS.
26 :license: BSD, see LICENSE for details. 26 :license: BSD, see LICENSE for details.
27 """ 27 """
28 28
29 __version__ = '1.4' 29 __version__ = '1.5'
30 __docformat__ = 'restructuredtext' 30 __docformat__ = 'restructuredtext'
31 31
32 __all__ = ['lex', 'format', 'highlight'] 32 __all__ = ['lex', 'format', 'highlight']
33 33
34 34

eric ide

mercurial