[Github-comments] [geany/geany] Rust markup error on 'usize' suffix (#1421)

Ben Wiederhake notifications at xxxxx
Mon Mar 6 02:07:45 UTC 2017


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](https://sourceforge.net/p/scintilla/bugs/1919/).

-- 
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/1421
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170305/35205371/attachment.html>


More information about the Github-comments mailing list