1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-01-14 02:23:16 +02:00
chroma/formatters
Alec Thomas cc0e4a59ab Switch to an Iterator interface.
This is to solve an issue where writers returned by the Formatter
were often stateful, but this fact was not obvious to the API consumer,
and failed in interesting ways.
2017-09-20 22:19:36 +10:00
..
html Switch to an Iterator interface. 2017-09-20 22:19:36 +10:00
api.go Switch to an Iterator interface. 2017-09-20 22:19:36 +10:00
tokens.go Switch to an Iterator interface. 2017-09-20 22:19:36 +10:00
tty_indexed.go Switch to an Iterator interface. 2017-09-20 22:19:36 +10:00
tty_truecolour.go Switch to an Iterator interface. 2017-09-20 22:19:36 +10:00