Update queries

- Don't use the old form for predicates
- Update some invalid queries
This commit is contained in:
Santos Gallegos 2021-12-22 13:26:55 -05:00 committed by Stephan Seitz
parent 6c5f4b1b49
commit 56634f49ab
7 changed files with 19 additions and 19 deletions

View file

@ -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: