| 131 | } |
| 132 | |
| 133 | type Printer struct { |
| 134 | ColorPalettes ColorPalettes |
| 135 | } |
| 136 | |
| 137 | func (p Printer) Print(w io.Writer, kind syntaxhighlight.Kind, tokText string) error { |
| 138 | c := p.ColorPalettes.Get(kind) |
nothing calls this directly
no outgoing calls
no test coverage detected