mirror of https://github.com/cheat/cheat.git
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")
|