mirror of
https://github.com/alecthomas/chroma.git
synced 2026-06-20 11:35:42 +02:00
af5ff8916c
BREAKING CHANGE: Bump module to v3. Replace the custom Iterator type with Go's built-in iter.Seq[Token]. Remove EOF sentinel and EOFType. Callers should use range loops and slices.Collect() instead of .Tokens()/.Stdlib().