mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
20 lines
326 B
Scheme
20 lines
326 B
Scheme
[
|
|
; import …
|
|
(import)+
|
|
; (…, …)
|
|
(parameter_list)
|
|
(argument_list)
|
|
; {…, …}
|
|
(instance_argument_list)
|
|
(destruct_bind_list)
|
|
; {…; …}
|
|
(message_body)
|
|
(struct_body)
|
|
(contract_body)
|
|
(trait_body)
|
|
(function_body)
|
|
(block_statement)
|
|
(asm_function_body)
|
|
; <{ … }>
|
|
(asm_sequence)
|
|
] @fold
|