-
Notifications
You must be signed in to change notification settings - Fork 33
made all rust operators tokenize as unit #59
Conversation
7222a78
to
ce3fff7
Compare
i had to get around precedence messing things up by adding a second “Comparison operator” group containing |
That's great, thanks a lot (I just started to use Fira Code ;)). A short comment explaining the second comparison group would be nice. Also, one or two cases in |
@flying-sheep, I noticed you've (accidentally?) thrown away the bitwise or logical complement operator ( |
ce3fff7
to
d95861f
Compare
both fixed |
Just following up on this: it looks like |
so you mean with or without my changes? |
@flying-sheep Ah, I see. I incorrectly assumed that a month-old change would be in a release! I'll try the patched version of the package in a bit. @zargony can you push a release of the package sometime soon? (I understand if you're busy, of course, so "soon" is a relative term, not a demand for immediacy. 😉) |
yeah, this PR is still open, i.e. the changes aren’t merged. if they were it would be purple, not green 😄 |
Heh, right. It's been a _looong_ week, the kind that involved driving from NYC to Raleigh **after** an eight-hour workday on Monday and went from there.
|
no need to justify 😆 |
@zargony do you want to pull this or do i have to do anything? |
made all rust operators tokenize as unit
Sorry that it took this long. Great work! Thanks a lot, @flying-sheep |
great, thanks! |
Awesome!
|
this allows fonts like Fira Code and Monoid to render all rust operators with a ligature.
“=>” is an operator used in
match
ing, so it makes sense to include it