Skip to content

Extend R syntax highlighting test

Momo Cao requested to merge momocao/syntax-highlighting:patch-1 into master

This PR extends the R syntax highlighting test file with an example of a magrittr pipe and a ggplot2 chart.

Both are extremely popular R packages that use a slightly different syntax, common between users of the tidyverse.

I also used a forward assignment and an equal sign for declaring variables, as you can also do it that way (it is bit less popular though).

Merge request reports