~mcfletch/eric/update-to-4.5.13

« back to all changes in this revision

Viewing changes to eric/ThirdParty/Pygments/pygments/styles/__init__.py

Tags: 4.5.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
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
9
    :license: BSD, see LICENSE for details.
10
10
"""
11
11
 
22
22
    'autumn':   'autumn::AutumnStyle',
23
23
    'murphy':   'murphy::MurphyStyle',
24
24
    'manni':    'manni::ManniStyle',
 
25
    'monokai':  'monokai::MonokaiStyle',
25
26
    'perldoc':  'perldoc::PerldocStyle',
26
27
    'pastie':   'pastie::PastieStyle',
27
28
    'borland':  'borland::BorlandStyle',