mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
16 lines
250 B
Scheme
16 lines
250 B
Scheme
[
|
|
; import …
|
|
(import)+
|
|
; (…, …)
|
|
(parameter_list)
|
|
(argument_list)
|
|
; {…, …}
|
|
(instance_argument_list)
|
|
; {…; …}
|
|
(message_body)
|
|
(struct_body)
|
|
(contract_body)
|
|
(trait_body)
|
|
(function_body)
|
|
(block_statement)
|
|
] @fold
|