mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-05 13:05:18 +02:00
9 lines
143 B
Go
9 lines
143 B
Go
package lexers
|
|
|
|
import (
|
|
"github.com/alecthomas/chroma/v2"
|
|
)
|
|
|
|
// HTML lexer.
|
|
var HTML = chroma.MustNewXMLLexer(embedded, "embedded/html.xml")
|