mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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)
|
(call)
|
||||||
(brace_list)
|
(brace_list)
|
||||||
(function_definition (brace_list))
|
|
||||||
(paren_list)
|
(paren_list)
|
||||||
(special)
|
(special)
|
||||||
"|>"
|
"|>"
|
||||||
|
|
@ -26,6 +25,9 @@
|
||||||
(call) @aligned_indent
|
(call) @aligned_indent
|
||||||
(#set! "delimiter" "()"))
|
(#set! "delimiter" "()"))
|
||||||
|
|
||||||
|
((formal_parameters (identifier)) @aligned_indent
|
||||||
|
(#set! "delimiter" "()"))
|
||||||
|
|
||||||
[
|
[
|
||||||
")"
|
")"
|
||||||
"}"
|
"}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue