mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
parent
503c99d766
commit
3fbf280e34
3 changed files with 17 additions and 5 deletions
|
|
@ -4,6 +4,8 @@
|
|||
(declaration_list)
|
||||
(binary_expression)
|
||||
(return_statement)
|
||||
(arguments)
|
||||
(formal_parameters)
|
||||
] @indent
|
||||
|
||||
[
|
||||
|
|
@ -17,8 +19,3 @@
|
|||
] @ignore
|
||||
|
||||
(compound_statement "}" @indent_end)
|
||||
([
|
||||
(arguments)
|
||||
(formal_parameters)
|
||||
] @aligned_indent
|
||||
(#set! "delimiter" "()"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue