mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add locals.scm for dart
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
This commit is contained in:
parent
8c10b1a14d
commit
00e1a5555a
1 changed files with 8 additions and 0 deletions
8
queries/dart/locals.scm
Normal file
8
queries/dart/locals.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(class_definition
|
||||
body: (_) @scope)
|
||||
|
||||
(block) @scope
|
||||
|
||||
(try_statement) @scope
|
||||
(catch_clause) @scope
|
||||
(finally_clause) @scope
|
||||
Loading…
Add table
Add a link
Reference in a new issue