mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
18 lines
285 B
Scheme
18 lines
285 B
Scheme
[
|
|
; import …
|
|
(import)+
|
|
; (…, …)
|
|
(parameter_list)
|
|
(argument_list)
|
|
; {…, …}
|
|
(instance_argument_list)
|
|
; {…; …}
|
|
(message_body)
|
|
(struct_body)
|
|
(contract_body)
|
|
(trait_body)
|
|
(function_body)
|
|
(block_statement)
|
|
(asm_function_body)
|
|
(asm_list)
|
|
] @fold
|