ThirdParty/Pygments/pygments/formatters/_mapping.py

changeset 684
2f29a0b6e1c7
parent 12
1d8dd9706f46
child 808
8f85926125ef
equal deleted inserted replaced
682:91114a975eda 684:2f29a0b6e1c7
7 you change something on a builtin formatter defintion, run this script from 7 you change something on a builtin formatter defintion, run this script from
8 the formatters folder to update it. 8 the formatters folder to update it.
9 9
10 Do not alter the FORMATTERS dictionary by hand. 10 Do not alter the FORMATTERS dictionary by hand.
11 11
12 :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. 12 :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS.
13 :license: BSD, see LICENSE for details. 13 :license: BSD, see LICENSE for details.
14 """ 14 """
15 15
16 from pygments.util import docstring_headline 16 from pygments.util import docstring_headline
17 17

eric ide

mercurial