1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-09 09:16:21 +01:00
helix/runtime/queries/cython/folds.scm
2025-08-31 08:35:33 -04:00

29 lines
466 B
Scheme

[
(function_definition)
(class_definition)
(while_statement)
(for_statement)
(if_statement)
(with_statement)
(try_statement)
(match_statement)
(import_from_statement)
(parameters)
(argument_list)
(parenthesized_expression)
(generator_expression)
(list_comprehension)
(set_comprehension)
(dictionary_comprehension)
(tuple)
(list)
(set)
(dictionary)
(string)
] @fold
[
(import_statement)
(import_from_statement)
]+ @fold