mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
indents(r): update @indent group
This commit is contained in:
parent
74adb6bd30
commit
29fc7ed14c
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
[
|
||||
(call)
|
||||
(brace_list)
|
||||
(function_definition (brace_list))
|
||||
(paren_list)
|
||||
(special)
|
||||
"|>"
|
||||
|
|
@ -26,6 +25,9 @@
|
|||
(call) @aligned_indent
|
||||
(#set! "delimiter" "()"))
|
||||
|
||||
((formal_parameters (identifier)) @aligned_indent
|
||||
(#set! "delimiter" "()"))
|
||||
|
||||
[
|
||||
")"
|
||||
"}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue