mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(lua): folds for parameter, argument lists
This commit is contained in:
parent
e96a9b4577
commit
b016211057
1 changed files with 2 additions and 0 deletions
|
|
@ -6,5 +6,7 @@
|
||||||
(for_statement)
|
(for_statement)
|
||||||
(function_declaration)
|
(function_declaration)
|
||||||
(function_definition)
|
(function_definition)
|
||||||
|
(parameters)
|
||||||
|
(arguments)
|
||||||
(table_constructor)
|
(table_constructor)
|
||||||
] @fold
|
] @fold
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue