Daniel Peñalba
Daniel Peñalba
I recommend you to synchronize using the scroll offset
Please, could you check if https://github.com/danipen/TextMateSharp/pull/73 fixes the issue? Thanks!
I opened an issue in https://github.com/dotnet/runtime/issues/103116
I changed the implementation to use `StringComparison.Ordinal` as recommended [here](https://github.com/dotnet/runtime/issues/99279#issuecomment-1978263081).
Revert the latest changes, it's not a good practice to ignore culture, so it's probably a better implementation to filter out control characters at the beginning.