mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Python: update folds
This commit is contained in:
parent
9bb3b05481
commit
54df21c39a
1 changed files with 9 additions and 9 deletions
|
|
@ -1,13 +1,13 @@
|
|||
(function_definition (block) @fold)
|
||||
(class_definition (block) @fold)
|
||||
|
||||
(while_statement (block) @fold)
|
||||
(for_statement (block) @fold)
|
||||
(if_statement (block) @fold)
|
||||
(with_statement (block) @fold)
|
||||
(try_statement (block) @fold)
|
||||
|
||||
[
|
||||
(function_definition)
|
||||
(class_definition)
|
||||
|
||||
(while_statement)
|
||||
(for_statement)
|
||||
(if_statement)
|
||||
(with_statement)
|
||||
(try_statement)
|
||||
|
||||
(import_from_statement)
|
||||
(parameters)
|
||||
(argument_list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue