mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
indents(r): add pipe test
This commit is contained in:
parent
d8f85649b8
commit
3606f8efbb
2 changed files with 15 additions and 1 deletions
7
tests/indent/r/pipe.R
Normal file
7
tests/indent/r/pipe.R
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
mtcars |>
|
||||
head(
|
||||
n = 6L
|
||||
) |>
|
||||
subset(
|
||||
cyl > 3
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue