Example:
```
let x = "\u{FFFE}"; // <-- Everything from here on will be colored as string 
literal
let y = ..
```

The problem appears to be that the syntax highlighter cannot deal with the 
squiggly braces after the `\u`, if I remove them, the syntax highlighter colors 
the rest of the code correctly. However, without the braces, the string literal 
is no longer valid Rust.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1089

Reply via email to