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

@ -75,7 +75,7 @@
((call
function: (identifier) @function.builtin)
(any-of? @function.builtin
(#any-of? @function.builtin
"abs" "all" "any" "ascii" "bin" "bool" "breakpoint" "bytearray" "bytes" "callable" "chr" "classmethod"
"compile" "complex" "delattr" "dict" "dir" "divmod" "enumerate" "eval" "exec" "filter" "float" "format"
"frozenset" "getattr" "globals" "hasattr" "hash" "help" "hex" "id" "input" "int" "isinstance" "issubclass"