[blog] A Better R Programming Experience Thanks to Tree-sitter

Did you know that thnaks to Tree-sitter's support for R help you get

✨ reformatting through Air and linting through Jarl;

✨ auto-completion or help on hover in the Positron IDE;

✨ better search for R on GitHub;
✨ and more!

By @maelle, edited by @etiennebacher, @davis, @steffilazerte

https://ropensci.org/blog/2026/04/02/tree-sitter-overview/

#RStats

A Better R Programming Experience Thanks to Tree-sitter

Modern tooling for parsing, searching, formatting, editing R code, just like for other programming languages.

@rOpenSci @maelle @etiennebacher @davis @steffilazerte thanks for this thorough post!