SYMBOL INDEX (14 symbols across 4 files) FILE: highlight.go type SyntaxHighlighter (line 11) | type SyntaxHighlighter interface function highlight (line 16) | func highlight(source, lang string, highlight SyntaxHighlighter) string { FILE: termd.go type Compiler (line 15) | type Compiler struct method Compile (line 32) | func (c *Compiler) Compile(s string) string { method visit (line 50) | func (c *Compiler) visit(n *blackfriday.Node) (s string) { FILE: termd_test.go function Example (line 10) | func Example() { FILE: theme.go type Style (line 12) | type Style struct method apply (line 22) | func (s Style) apply(v string) string { type SyntaxTheme (line 51) | type SyntaxTheme method Token (line 54) | func (c SyntaxTheme) Token(t chroma.Token) string { method mapped (line 74) | func (c SyntaxTheme) mapped(t chroma.TokenType, v string) (string, boo... function escape (line 91) | func escape(code int, s string) string { function foreground (line 96) | func foreground(s, color string) string { function background (line 105) | func background(s, color string) string {