Python: update folds

This commit is contained in:
Santos Gallegos 2020-09-04 23:16:54 -05:00
parent 9bb3b05481
commit 54df21c39a

View file

@ -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)