mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
This is an initial stab at this since I don't know much about how this should work but this seems to at leas allow incremental selection of most block of code
8 lines
127 B
Scheme
8 lines
127 B
Scheme
(class_definition
|
|
body: (_) @scope)
|
|
|
|
(block) @scope
|
|
|
|
(try_statement) @scope
|
|
(catch_clause) @scope
|
|
(finally_clause) @scope
|