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 |