Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Support new integer type shorthand #15

Closed
gingermusketeer opened this issue Jan 10, 2015 · 4 comments
Closed

Support new integer type shorthand #15

gingermusketeer opened this issue Jan 10, 2015 · 4 comments

Comments

@gingermusketeer
Copy link

Rust has recently changed the integer type shorthand
e.g
10i => 10is
10u => 10us

See rust-lang/rfcs#544 (comment)

@HeroesGrave
Copy link

As part of the same change, usize and isize aren't highlighted correctly either.

@zargony
Copy link
Owner

zargony commented Jan 11, 2015

I just pushed a version where uint and int are updated to usize and isize

@zargony zargony closed this as completed Jan 11, 2015
@zargony
Copy link
Owner

zargony commented Jan 11, 2015

Oops, almost forgot the literal suffixes. Added them too

@gingermusketeer
Copy link
Author

awesome thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants