mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -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
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue