microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.11k stars 796 forks source link

Add glyph for R magrittr pipe %>% #653

Open jmpanfil opened 1 year ago

jmpanfil commented 1 year ago

Would it be possible to get a glyph for the magrittr pipe %>% in RStudio? The default pipe |> glyph looks great but I still use %>% pretty often in my code.

FiraCode has a few possibilities in their never ending 5 year thread on the subject. I have no opinion on what the glyph should look like, honestly. Just any glyph would be great :)

adRn-s commented 1 year ago

Agreed, there are a lot of infix operators that use the between percentage-signs in R (e.g. %in%. Users can even define their own (and package it, like magrittr did). 👍🏽