Improve SLexer by mjkallen · Pull Request #2750 · pygments/pygments

added 2 commits

July 4, 2024 09:59
Keywords such as for, if, while, break, function, etc. should be recognized
before function names such as list(), c(), etc.  are recognized.

Closes pygments#2082.
The forward pipe operator ('|>') is new since R version 4.1