Snowball len fix by ojwb · Pull Request #2508 · pygments/pygments

added 2 commits

September 16, 2023 16:08
In Snowball `len` is very like `size` (the difference is `len` gives
the length in Unicode characters rather than bytes), so change `len` to
be Name.Builtin to be consistent with the existing highlighting of
`size`.

@ojwb ojwb deleted the snowball-len-fix branch

September 22, 2023 20:06