Files
helix/runtime/queries/r/rainbows.scm
mayandGitHub ed1b3903aa feat(queries/r): update grammar to latest commit and adjust / improve queries (#15665)
* feat(queries/r): update grammar repo to latest commit

updates the commit in the languages.toml file to the latest one upstream
and fixes and adjusts the queris to the changes.

* feat(tags/r): add tags queries

* feat(textobjects/r): add textobjects queries for r

* feat(rainbows/r): add rainbows queries for r

* chore: cargo xtask docgen
2026-05-27 08:59:05 -05:00

17 lines
218 B
Scheme

[
(parameters)
(if_statement)
(for_statement)
(while_statement)
(braced_expression)
(parenthesized_expression)
(arguments)
] @rainbow.scope
[
"(" ")"
"[" "]"
"{" "}"
"[[" "]]"
] @rainbow.bracket