mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
indents(r): fix all R tests
This commit is contained in:
parent
9f25d66f7d
commit
ca06ff0a61
2 changed files with 4 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
[
|
||||
(call)
|
||||
(brace_list)
|
||||
(paren_list)
|
||||
(special)
|
||||
(pipe)
|
||||
"|>"
|
||||
"if"
|
||||
"else"
|
||||
|
|
@ -17,12 +17,7 @@
|
|||
] @branch
|
||||
|
||||
|
||||
(pipe
|
||||
(call) @aligned_indent
|
||||
(#set! "delimiter" "()"))
|
||||
|
||||
((special)
|
||||
(call) @aligned_indent
|
||||
((call) @aligned_indent
|
||||
(#set! "delimiter" "()"))
|
||||
|
||||
((formal_parameters (identifier)) @aligned_indent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue