# inherit from the default config
[]
# inherit rust and python language queries from the default config
= ["rust", "python"]
# or inherit all languages
= true
[]
# reorder to give function queries higher priority over method queries
= []
= []
# provide an additional query for extension traits using the `extend` crate
= [
'(attribute (scoped_identifier) @attr (#eq? @attr "extend::ext") arguments: (_ "=" _ @symbol ")"))',
]
# provide a set of c queries without inheriting from the default config
[]
= "some tree-sitter query"