Syntax highlighting for CMakeLists.txt with escaped quotes marks almost the entire file as a single string
### Summary The syntax highlighting in `CMakeLists.txt` that contains escaped quotes covers almost the whole file as you can see in the attached picture. ### Steps to reproduce 1. Open [this CMakeLists.txt file](https://invent.kde.org/network/kdeconnect-kde/-/blob/master/indicator/CMakeLists.txt?ref_type=heads) ### What is the current *bug* behavior? The syntax highlighter marks everything after a pair of escaped quotes as a string, when it's not. ### What is the expected *correct* behavior? Escaped quotes should be correctly treated and let the syntax marking continue successfully without marking 90% of the file as a string ### Relevant logs and/or screenshots ![Captura_de_pantalla_20260206_120822](/uploads/150d985ada930441aafe2897dd826721/Captura_de_pantalla_20260206_120822.png){width=630 height=600}
issue