mirror of
https://git.seedno.de/seednode/roulette.git
synced 2025-02-14 09:17:08 +00: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")
|