JuliaSyntax tokenize.jl: don‘t hardcode unicode ops range (#60198)
There are very nice `(BEGIN|END)_UNICODE_OPS` kinds; they should be
used!
---
Ported from JuliaLang/JuliaSyntax.jl#404; thanks are due to @c42f for
the notification and instructions on how to move this.