mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
5b82a25240
If an edit didn't intersect with an existing highlighted tokens but caused a later highlighted token to change kind, syntax highlighting would be lost between the edit and that token. Resolves rdar://problem/33463141.