You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool to have integer literal type suffixes highlighted differently. Why would this be useful? Consider this 15312f32, the f32 at the end gets jumbled with the numbers, making it harder to read. A workaround to this problem would be to use the holy underscore, but then it makes the expression longer by one character, truly disastrous! Please add a special highlighting.
The text was updated successfully, but these errors were encountered:
yorik1984
added a commit
to yorik1984/rust.vim
that referenced
this issue
Dec 11, 2022
It would be cool to have integer literal type suffixes highlighted differently. Why would this be useful? Consider this
15312f32
, thef32
at the end gets jumbled with the numbers, making it harder to read. A workaround to this problem would be to use the holy underscore, but then it makes the expression longer by one character, truly disastrous! Please add a special highlighting.The text was updated successfully, but these errors were encountered: