ThirdParty/Pygments/pygments/styles/tango.py

changeset 2426
da76c71624de
parent 1705
b0fbc9300f2b
child 2525
8b507a9a2d40
equal deleted inserted replaced
2425:ace8a08028f3 2426:da76c71624de
31 31
32 Taking Python for example, comments (Comment.*) and docstrings (String.Doc) 32 Taking Python for example, comments (Comment.*) and docstrings (String.Doc)
33 have been chosen to have the same style. Similarly, keywords (Keyword.*), 33 have been chosen to have the same style. Similarly, keywords (Keyword.*),
34 and Operator.Word (and, or, in) have been assigned the same style. 34 and Operator.Word (and, or, in) have been assigned the same style.
35 35
36 :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. 36 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
37 :license: BSD, see LICENSE for details. 37 :license: BSD, see LICENSE for details.
38 """ 38 """
39 39
40 from pygments.style import Style 40 from pygments.style import Style
41 from pygments.token import Keyword, Name, Comment, String, Error, \ 41 from pygments.token import Keyword, Name, Comment, String, Error, \

eric ide

mercurial