32 lines
584 B
Scheme
32 lines
584 B
Scheme
; SPDX-License-Identifier: Apache-2.0
|
|
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
|
|
|
|
[
|
|
(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
|