ThirdParty/Pygments/pygments/formatters/terminal256.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2426
da76c71624de
child 3145
a9de05d4a22f
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
12 Formatter version 1. 12 Formatter version 1.
13 13
14 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. 14 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
15 :license: BSD, see LICENSE for details. 15 :license: BSD, see LICENSE for details.
16 """ 16 """
17
18 from __future__ import unicode_literals # __IGNORE_WARNING__
17 19
18 # TODO: 20 # TODO:
19 # - Options to map style's bold/underline/italic/border attributes 21 # - Options to map style's bold/underline/italic/border attributes
20 # to some ANSI attrbutes (something like 'italic=underline') 22 # to some ANSI attrbutes (something like 'italic=underline')
21 # - An option to output "style RGB to xterm RGB/index" conversion table 23 # - An option to output "style RGB to xterm RGB/index" conversion table

eric ide

mercurial