mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-03 13:01:47 +02:00
40542a6255
Also rename some existing XML lexers to their canonical XML name.
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")
|