This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-03 12:06:55 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
00a8cfd562
nvim-treesitter
/
tests
/
indent
/
r
/
pipe.R
11 lines
83 B
R
Raw
Normal View
History
Unescape
Escape
indents(r): add pipe test
2022-01-29 10:36:50 -03:00
mtcars
|
>
head
(
n
=
6L
)
|
>
subset
(
cyl
>
3
)
indents(r): support special operator Close #3879
2022-11-29 11:52:28 -03:00
mtcars
%>%
head
(
)
Reference in a new issue
Copy permalink