mirror of
https://github.com/alecthomas/chroma.git
synced 2025-01-26 03:20:10 +02:00
0bd7c6851b
The Stdlib() function converts a Chroma iterator to a Go 1.23 iterator.
12 lines
230 B
Modula-2
12 lines
230 B
Modula-2
module github.com/alecthomas/chroma/v2
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/alecthomas/assert/v2 v2.11.0
|
|
github.com/alecthomas/repr v0.4.0
|
|
github.com/dlclark/regexp2 v1.11.4
|
|
)
|
|
|
|
require github.com/hexops/gotextdiff v1.0.3 // indirect
|