Small reproducing example:
static SOMETHING : usize = 4usize;
Expected behavior: recognize 4usize
as the number.
Actual behavior: the 4usize
doesn't get parsed correctly, and geany only marks 4us
as the number, apparently parsing ize
as a different, stand-alone identifier.
As this is technically a bug in scintilla, I guess, I already created a bug there.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.