| 166 | } |
| 167 | |
| 168 | type HtmlCodePrinter struct { |
| 169 | ColorPalettes ColorPalettes |
| 170 | } |
| 171 | |
| 172 | func (p HtmlCodePrinter) Print(w io.Writer, kind syntaxhighlight.Kind, tokText string) error { |
| 173 | c := p.ColorPalettes.Get(kind) |
nothing calls this directly
no outgoing calls
no test coverage detected