mirror of
https://github.com/cheat/cheat.git
synced 2025-02-20 01:21:15 +01: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")
|