Open maxecharel opened 2 years ago
actually I think that's a good opportunity for me to learn to contribute and to build elisp skills. I will try to implement that next week
@maxecharel not sure if you ever figured this out (or if it's now supported by ESS), but the following works for me
(with-eval-after-load 'ess
(cl-pushnew "|>" ess-R-assign-ops :test 'string=))
Hi, Thanks to the variable
ess-R-fl-keyword:%op%
, themaggritr
pipe operator%>%
can be highlighted. Would it be possible to have the same for the 'recently' introduced base R pipe|>
?(thanks for the amazing work with ESS)