lint(locals): use #set! to keep query linter happy

This commit is contained in:
Christian Clason 2023-06-21 09:14:44 +02:00
parent c9d5812ba3
commit e58bbe83f9
7 changed files with 35 additions and 35 deletions

View file

@ -47,7 +47,7 @@
body: (_) @scope)
((namespace_identifier) @reference
(set! reference.kind "namespace"))
(#set! reference.kind "namespace"))
;; Function definitions
(template_function
@ -61,8 +61,8 @@
name: (identifier) @definition.function)) @scope
(field_declaration
declarator: (function_declarator
(field_identifier) @definition.method))
declarator: (function_declarator
(field_identifier) @definition.method))
(lambda_expression) @scope