1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-03 13:01:47 +02:00
chroma/lexers/html.go
Alec Thomas 40542a6255 refactor: migrate a bunch more Go-based lexers to XML
Also rename some existing XML lexers to their canonical XML name.
2023-09-09 12:29:23 +10:00

9 lines
143 B
Go

package lexers
import (
"github.com/alecthomas/chroma/v2"
)
// HTML lexer.
var HTML = chroma.MustNewXMLLexer(embedded, "embedded/html.xml")