mirror of
https://github.com/cheat/cheat.git
synced 2024-11-03 14:41:02 +01:00
1790aec85d
Bump `alecthomas/chroma` to `v2`: https://github.com/cheat/cheat/issues/735
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")
|