Highlight takes source code and a language name and returns syntax-highlighted HTML.
Uses Chroma for tokenization with DaisyUI color variables as inline styles.
Supported languages: "go", "templ", "html", "js", "css", "sql", "json", "yaml", "sh".
type Props struct {
ID string Class string Attributes templ.Attributes Code string// source code to display Language string// "go", "templ", "html", "sh", etc.}