ThirdParty/Pygments/pygments/styles/__init__.py

changeset 684
2f29a0b6e1c7
parent 0
de9c2efb9d02
child 808
8f85926125ef
equal deleted inserted replaced
682:91114a975eda 684:2f29a0b6e1c7
3 pygments.styles 3 pygments.styles
4 ~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~
5 5
6 Contains built-in styles. 6 Contains built-in styles.
7 7
8 :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. 8 :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS.
9 :license: BSD, see LICENSE for details. 9 :license: BSD, see LICENSE for details.
10 """ 10 """
11 11
12 from pygments.plugin import find_plugin_styles 12 from pygments.plugin import find_plugin_styles
13 from pygments.util import ClassNotFound 13 from pygments.util import ClassNotFound
20 'friendly': 'friendly::FriendlyStyle', 20 'friendly': 'friendly::FriendlyStyle',
21 'colorful': 'colorful::ColorfulStyle', 21 'colorful': 'colorful::ColorfulStyle',
22 'autumn': 'autumn::AutumnStyle', 22 'autumn': 'autumn::AutumnStyle',
23 'murphy': 'murphy::MurphyStyle', 23 'murphy': 'murphy::MurphyStyle',
24 'manni': 'manni::ManniStyle', 24 'manni': 'manni::ManniStyle',
25 'monokai': 'monokai::MonokaiStyle',
25 'perldoc': 'perldoc::PerldocStyle', 26 'perldoc': 'perldoc::PerldocStyle',
26 'pastie': 'pastie::PastieStyle', 27 'pastie': 'pastie::PastieStyle',
27 'borland': 'borland::BorlandStyle', 28 'borland': 'borland::BorlandStyle',
28 'trac': 'trac::TracStyle', 29 'trac': 'trac::TracStyle',
29 'native': 'native::NativeStyle', 30 'native': 'native::NativeStyle',

eric ide

mercurial