mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
Update queries
- Don't use the old form for predicates - Update some invalid queries
This commit is contained in:
parent
6c5f4b1b49
commit
56634f49ab
7 changed files with 19 additions and 19 deletions
|
|
@ -229,7 +229,7 @@ doSomething(); // Should point to the declaration as the definition
|
|||
```scheme
|
||||
(function_declaration
|
||||
((identifier) @definition.var)
|
||||
(set! "definition.var.scope" "parent"))
|
||||
(#set! "definition.var.scope" "parent"))
|
||||
```
|
||||
|
||||
Possible scope values are:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue