mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: Add more lua folds
Add repeat_statement to lua folds
This commit is contained in:
parent
1a62b97ccd
commit
1f3999234a
1 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
|||
[
|
||||
(for_in_statement)
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
(repeat_statement)
|
||||
(if_statement)
|
||||
(function_definition)
|
||||
(local_function)
|
||||
(function)
|
||||
(while_statement)
|
||||
(table)
|
||||
] @fold
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue