bamonroe / tree-sitter-rnoweb

Grammar for rnoweb
1 stars 2 forks source link

Support dots in renv keys #2

Closed ObserverOfTime closed 2 years ago

ObserverOfTime commented 2 years ago

For example, to control the size of plots with knitr:

<<echo = FALSE, out.width = "50%">>=
knitr::include_graphics("foo/bar.png")
@
bamonroe commented 2 years ago

Thanks for contribution!