Hi everyone,
new here... hopefully posting in the right place.
I'm personalizing a Rstudio theme (.rstheme) and I would like to have a distinct colour for %>%
and |>
. However, I can only seem to find a way to change the colour to all operators (via .ace_keyword.ace_operator
).
Also, I would like to use a different format to differenciate function from package. For example, if I type dplyr::select(), I would like for dplyr to be in italics and ::select() in regular.
Many thanks for your help!