mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
9 lines
127 B
Scheme
9 lines
127 B
Scheme
|
|
(class_definition
|
||
|
|
body: (_) @scope)
|
||
|
|
|
||
|
|
(block) @scope
|
||
|
|
|
||
|
|
(try_statement) @scope
|
||
|
|
(catch_clause) @scope
|
||
|
|
(finally_clause) @scope
|