> @@ -25,8 +25,8 @@ lexerror=error > > [keywords] > # all items must be in one line > -primary=alignof as be box break const continue crate do else enum extern > false fn for if impl in let loop match mod mut offsetof once priv proc pub > pure ref return self sizeof static struct super trait true type typeof unsafe > unsized use virtual while yield > -secondary=bool char f32 f64 i16 i32 i64 i8 int str u16 u32 u64 u8 uint > +primary=abstract alignof as become box break const continue crate do else > enum extern false final fn for if impl in let loop macro match mod move mut > offsetof override priv proc pub pure ref return self sizeof static struct > super trait true type typeof unsafe unsized use virtual where while yield > +secondary=bool char f32 f64 i8 i16 i32 i64 int isize str u8 u16 u32 u64 uint > usize
Indeed, `uint` and `int` have been renamed to `isize`/ `usize` as per [rust RFC 0544](https://github.com/rust-lang/rfcs/blob/master/text/0544-rename-int-uint.md). --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/595/files#r53149667
